#include <ft2build.h>
#include "t1afm.h"
#include "t1errors.h"
Go to the source code of this file.
Defines |
| #define | FT_COMPONENT trace_t1afm |
| #define | KERN_INDEX(g1, g2) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) |
Functions |
| | T1_Done_Metrics (FT_Memory memory, AFM_FontInfo fi) |
| static FT_Int | t1_get_index (const char *name, FT_Offset len, void *user_data) |
| | compare_kern_pairs (const void *a, const void *b) |
| static FT_Error | T1_Read_PFM (FT_Face t1_face, FT_Stream stream, AFM_FontInfo fi) |
| | T1_Read_Metrics (FT_Face t1_face, FT_Stream stream) |
| | 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) |