freetype
[Top][All Lists]
Advanced

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

[Freetype] Not getting kerning values for Adobe Type 1 font under window


From: Mark Maigatter
Subject: [Freetype] Not getting kerning values for Adobe Type 1 font under windows
Date: Wed, 14 Aug 2002 15:43:50 -0700

I am having a problem getting FreeType under windows to return any kerning values for an Adobe Type 1 font.  

 

In looking at the corresponding AFM file for the font, I can see the kerning pairs quite literally.

 

In looking at the Type 1 driver, I can see the corresponding AFM reader to read this.  The compilation definitely include the Get_Kerning and the T1_Read_AFM into the FT_Driver_Class_Rec structure.

 

The code goes into the Get_Kerning but the afm_data for the face is always NULL.  And my breakpoints in the T1_Read_AFM are never executed.

 

I'm a little bewildered.  Can anyone help?

 

Thanks,


Mark Maigatter

 


reply via email to

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