[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Freetype2 functions
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Freetype2 functions |
Date: |
Tue, 21 Oct 2008 06:49:11 +0200 (CEST) |
> 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