Quoting Jonathan Blow <[EMAIL PROTECTED]>:

> leesky wrote:
> > dear supports, I am a freshman using freetype. I have read "FreeType 2
> > Tutorial Step 1 ¡ª simple glyph loading ".
> > There are some important APIs explained. Create a new face object by
> > calling
> > FT_NEW_FACE(library, "/usr/share/fonts/truetype/arial.ttf", 0, &face ).
> > I am not sure whether the font file, "arial.ttf", will be loaded in
> > the memory entirely.
You can always strip out unused tables. If you use freetype but not pango then 
you won't need: GPOS, GSUB, GDEF, etc.


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to