[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] Thank you! ...and more problems...
From: |
Werner LEMBERG |
Subject: |
Re: [Freetype] Thank you! ...and more problems... |
Date: |
Sat, 05 Jul 2003 08:46:05 +0200 (CEST) |
> Now I have one more problem and once again hope very much on your
> help. To build a PCL style True Type font I need the original Glyph
> Data for each glyph, as found in glyf table of the font.
>
> As far as I can see Freetype does not provide access to glyf table
> data for single glyphs and data contained in FT_Outline structure
> are changed significantly comparing to the glyph data structure in
> glyf table.
Use the FT_Get_Sfnt_Table or FT_Load_Sfnt_Table function to directly
access the glyf table.
Werner