Hi, On Wed, 26 Aug 2009 16:39:55 +0530 Noorul Sahabudeen <[email protected]> wrote: > I want to find all the unicode for >the glyphs supported by a Typeface.
What you want is only the list of Unicode codepoints (without glyph ID? If so, please try FT_Get_Next_Char(). http://freetype.sourceforge.net/freetype2/docs/reference/ft2-base_interface.html#FT_Get_Next_Char Regards, mpsuzuki _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
