#include <ft2build.h>
#include "ttdriver.h"
#include "ttgload.h"
#include "ttpload.h"
#include "tterrors.h"
#include "ttpic.h"
Go to the source code of this file.
Defines |
| #define | FT_COMPONENT trace_ttdriver |
| #define | PAIR_TAG(left, right) |
| #define | TT_HINTER_FLAG 0 |
| #define | TT_SIZE_SELECT 0 |
Functions |
| static FT_Error | tt_get_kerning (FT_Face ttface, FT_UInt left_glyph, FT_UInt right_glyph, FT_Vector *kerning) |
| static FT_Error | tt_get_advances (FT_Face ttface, FT_UInt start, FT_UInt count, FT_Int32 flags, FT_Fixed *advances) |
| static FT_Error | tt_size_request (FT_Size size, FT_Size_Request req) |
| static FT_Error | Load_Glyph (FT_GlyphSlot ttslot, FT_Size ttsize, FT_UInt glyph_index, FT_Int32 load_flags) |
| | FT_DEFINE_SERVICE_TTGLYFREC (tt_service_truetype_glyf,(TT_Glyf_GetLocationFunc) tt_face_get_location) FT_DEFINE_SERVICEDESCREC3(tt_services |
| &FT_TT_SERVICE_TRUETYPE_GLYF_GET | tt_get_interface (FT_Module driver, const char *tt_interface) |
Variables |
static const
FT_Service_TrueTypeEngineRec | tt_service_truetype_engine |
| | FT_SERVICE_ID_XF86_NAME |
| | FT_XF86_FORMAT_TRUETYPE |
| | FT_SERVICE_ID_TRUETYPE_ENGINE |
| | FT_SERVICE_ID_TT_GLYF |