On Sun, Mar 03, 2013 at 03:56:19PM +0200, Khaled Hosny wrote: > Hi all, > > I just found that FT_Get_Advance() with FT_LOAD_NO_HINTING flag gives 0 > for CFF fonts with embedded bitmaps (EBDT, EBLC) but I'm not sure if > this is a bug or a feature.
After digging a bit, this seems like a bug to me, the #ifdef block starting from 2626 in src/cff/cffgload.c never sets linearHorizAdvance/linearVertAdvance if bitmaps are found, unlike the equivalent code in src/truetype/ttgload.c. Let me know if test fonts are needed. Regards, Khaled _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
