#include <ft2build.h>
#include "t1driver.h"
#include "t1gload.h"
#include "t1load.h"
#include "t1errors.h"
#include "t1afm.h"
Go to the source code of this file.
Defines |
| #define | FT_COMPONENT trace_t1driver |
Functions |
| static FT_Error | t1_get_glyph_name (T1_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max) |
| static FT_UInt | t1_get_name_index (T1_Face face, FT_String *glyph_name) |
| static const char * | t1_get_ps_name (T1_Face face) |
| static FT_Error | t1_ps_get_font_info (FT_Face face, PS_FontInfoRec *afont_info) |
| static FT_Error | t1_ps_get_font_extra (FT_Face face, PS_FontExtraRec *afont_extra) |
| static FT_Int | t1_ps_has_glyph_names (FT_Face face) |
| static FT_Error | t1_ps_get_font_private (FT_Face face, PS_PrivateRec *afont_private) |
| static FT_Module_Interface | Get_Interface (FT_Driver driver, const FT_String *t1_interface) |
| static FT_Error | Get_Kerning (T1_Face face, FT_UInt left_glyph, FT_UInt right_glyph, FT_Vector *kerning) |
Variables |
static const
FT_Service_GlyphDictRec | t1_service_glyph_dict |
static const
FT_Service_PsFontNameRec | t1_service_ps_name |
static const
FT_Service_MultiMastersRec | t1_service_multi_masters |
| static const FT_Service_PsInfoRec | t1_service_ps_info |
| static const FT_Service_KerningRec | t1_service_kerning |
| static const FT_ServiceDescRec | t1_services [] |
FT_CALLBACK_TABLE_DEF const
FT_Driver_ClassRec | t1_driver_class |