> Suppose I am opening timesnewroman.ttf, can i get all the unicode
> values that are supported by this font file using the Freetype2
> functions.

Check the documentation of FT_First_Char and FT_Get_Next_Char

> Is there any function in freetype2, in which i can query a
> particular unicode value in a particular font file.

Again, check the documentation!  -> FT_Get_Char_Index.


    Werner


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

Reply via email to