> 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.
Right, that makes much more sense, but the Win32 API seems to be broken for TTC files. Funnily enough, the Apple Type Services API also seems to be broken in this regard even for regular TTF fonts, and does not do anything useful if you pass in zero arguments to get font data, so you have to ask for tables individually or find the actual file and load it manually. Cheers, Michael -- Print XML with Prince! http://www.princexml.com _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
