ReactOS 0.4.16-dev-136-g52192f1
|
Go to the source code of this file.
Functions | |
FT_BEGIN_HEADER | T1_Read_Metrics (FT_Face face, FT_Stream stream) |
T1_Done_Metrics (FT_Memory memory, AFM_FontInfo fi) | |
T1_Get_Kerning (AFM_FontInfo fi, FT_UInt glyph1, FT_UInt glyph2, FT_Vector *kerning) | |
T1_Get_Track_Kerning (FT_Face face, FT_Fixed ptsize, FT_Int degree, FT_Fixed *kerning) | |
T1_Done_Metrics | ( | FT_Memory | memory, |
AFM_FontInfo | fi | ||
) |
Definition at line 40 of file t1afm.c.
Referenced by T1_Face_Done(), and T1_Read_Metrics().
T1_Get_Kerning | ( | AFM_FontInfo | fi, |
FT_UInt | glyph1, | ||
FT_UInt | glyph2, | ||
FT_Vector * | kerning | ||
) |
Definition at line 330 of file t1afm.c.
Referenced by Get_Kerning().
Definition at line 371 of file t1afm.c.
FT_BEGIN_HEADER T1_Read_Metrics | ( | FT_Face | face, |
FT_Stream | stream | ||
) |
Definition at line 236 of file t1afm.c.