freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freetype] Font Units


From: Bertrand Chagny
Subject: [Freetype] Font Units
Date: Fri, 10 May 2002 19:11:53 +0200

Hi,
 
I am trying to compare glyph metrics
 
retrieved with FreeType and data in an original AFM file
 
and I don't find the same value for the letter A for example.
 
 
charcode1 = 65
left = FT_Get_Char_Index( face, charcode1 );
FT_Load_Glyph( face, left, FT_LOAD_NO_SCALE );
 
face->glyph->metrics.witdh
 
Width of the character
FreeType = 176
Afm file   =  204
 
Could you help me to understand the difference ?
 
Thanks.
Bertrand Chagny

reply via email to

[Prev in Thread] Current Thread [Next in Thread]