zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ttpost.c File Reference
#include <ft2build.h>
#include <FT_INTERNAL_DEBUG_H>
#include <FT_INTERNAL_STREAM_H>
#include <FT_TRUETYPE_TAGS_H>
#include "ttpost.h"
#include "sferrors.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_ttpost
 
#define MAC_NAME(x)   ( (FT_String*)tt_post_default_names[x] )
 

Functions

static FT_Error load_format_20 (TT_Face face, FT_Stream stream, FT_Long post_limit)
 
static FT_Error load_format_25 (TT_Face face, FT_Stream stream, FT_Long post_limit)
 
static FT_Error load_post_names (TT_Face face)
 
 tt_face_free_ps_names (TT_Face face)
 
 tt_face_get_ps_name (TT_Face face, FT_UInt idx, FT_String **PSname)
 

Variables

static const FT_String *const tt_post_default_names [258]
 

Macro Definition Documentation

#define FT_COMPONENT   trace_ttpost

Definition at line 44 of file ttpost.c.

#define MAC_NAME (   x)    ( (FT_String*)tt_post_default_names[x] )

Definition at line 65 of file ttpost.c.

Referenced by tt_face_get_ps_name().

Function Documentation

Variable Documentation

const FT_String* const tt_post_default_names[258]
static

Definition at line 69 of file ttpost.c.