[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Minimal TTF FreeType2
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Minimal TTF FreeType2 |
Date: |
Wed, 30 Mar 2011 20:01:31 +0200 (CEST) |
> I read in the documentation that FreeType2 uses a module system to
> allow smaller version of the library where code size is important
> (e.g. embedded systems).
>
> I'd like to compile a version that has support for TTF only files,
> bbox/cbox computation, autohinting, and that's about it. Notably
> removed includes all other font types (OpenType, XWindows, Win32
> FON, etc.) and the glyph cache (caching glyphs and useful properties
> manually). I'm currently using the outlines and converting directly
> to polygons to be rasterized by OpenGL (looks similar to unhinted
> fonts), but later will use the glyph bitmaps due to their higher
> quality. What modules are needed/unneeded for this? How might I
> achieve this?
Have a look into the file `docs/INSTALL.ANY' and `docs/CUSTOMIZE'. If
you still have questions after reading them please write to the list
again.
Werner