On Tue, Jan 17, 2006 at 10:37:42PM +1100, Michael Day wrote:
> > Anyway, so when GetFontData are called with both the `table' and
> > `offset' parameters set to 0, it won't read the data from the beginning
> > of the file?
> Apparently not, if it is a TTC file, it reads the data from the beginning
> of the individual TTF within the TTC that is selected by the font
> descriptor.
wine's implementation uses freetype's FT_Load_Sfnt_Table, which would
read from the beginning of the file when both `table' and `offset' are
set to 0.  It makes more sense this way, but sadly wrong.

-- 
Regards,
olv


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

Reply via email to