#include <ft2build.h>
#include "sferrors.h"
#include "ttload.h"
#include "ttcmap.h"
#include "sfntpic.h"
#include "ttcmapc.h"
Go to the source code of this file.
Defines | |
#define | FT_COMPONENT trace_ttcmap |
#define | TT_PEEK_SHORT FT_PEEK_SHORT |
#define | TT_PEEK_USHORT FT_PEEK_USHORT |
#define | TT_PEEK_UINT24 FT_PEEK_UOFF3 |
#define | TT_PEEK_LONG FT_PEEK_LONG |
#define | TT_PEEK_ULONG FT_PEEK_ULONG |
#define | TT_NEXT_SHORT FT_NEXT_SHORT |
#define | TT_NEXT_USHORT FT_NEXT_USHORT |
#define | TT_NEXT_UINT24 FT_NEXT_UOFF3 |
#define | TT_NEXT_LONG FT_NEXT_LONG |
#define | TT_NEXT_ULONG FT_NEXT_ULONG |
#define | TTCMAPCITEM(a) &a, |
Functions | |
tt_cmap_init (TT_CMap cmap, FT_Byte *table) | |
tt_face_build_cmaps (TT_Face face) | |
tt_get_cmap_info (FT_CharMap charmap, TT_CMapInfo *cmap_info) | |
Variables | |
static const TT_CMap_Class | tt_cmap_classes [] |
#define TTCMAPCITEM | ( | a | ) | &a, |
tt_face_build_cmaps | ( | TT_Face | face | ) |
Definition at line 3444 of file ttcmap.c.
References FT_VALIDATOR, and TT_CMap_ClassRec_::validate.
Referenced by sfnt_load_face().
tt_get_cmap_info | ( | FT_CharMap | charmap, | |
TT_CMapInfo * | cmap_info | |||
) |
const TT_CMap_Class tt_cmap_classes[] [static] |