zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
t1load.h File Reference
#include <ft2build.h>
#include <FT_INTERNAL_STREAM_H>
#include <FT_INTERNAL_POSTSCRIPT_AUX_H>
#include <FT_MULTIPLE_MASTERS_H>
#include "t1parse.h"

Go to the source code of this file.

Classes

struct  T1_Loader_
 

Macros

#define T1_FONTDIR_AFTER_PRIVATE   ( 1 << 1 )
 
#define T1_PRIVATE   ( 1 << 0 )
 

Typedefs

typedef FT_BEGIN_HEADER struct
T1_Loader_
T1_Loader
 
typedef FT_BEGIN_HEADER struct
T1_Loader_ 
T1_LoaderRec
 

Functions

 T1_Done_Blend (T1_Face face)
 
 T1_Get_MM_Var (T1_Face face, FT_MM_Var **master)
 
 T1_Get_Multi_Master (T1_Face face, FT_Multi_Master *master)
 
 T1_Open_Face (T1_Face face)
 
 T1_Set_MM_Blend (T1_Face face, FT_UInt num_coords, FT_Fixed *coords)
 
 T1_Set_MM_Design (T1_Face face, FT_UInt num_coords, FT_Long *coords)
 
 T1_Set_Var_Design (T1_Face face, FT_UInt num_coords, FT_Fixed *coords)
 

Macro Definition Documentation

#define T1_FONTDIR_AFTER_PRIVATE   ( 1 << 1 )

Definition at line 60 of file t1load.h.

Referenced by parse_dict().

#define T1_PRIVATE   ( 1 << 0 )

Definition at line 59 of file t1load.h.

Referenced by parse_dict(), and parse_private().

Typedef Documentation

Function Documentation

T1_Set_MM_Blend ( T1_Face  face,
FT_UInt  num_coords,
FT_Fixed coords 
)
T1_Set_Var_Design ( T1_Face  face,
FT_UInt  num_coords,
FT_Fixed coords 
)

Definition at line 489 of file t1load.c.

References error, FIXED_TO_INT, i, and T1_Set_MM_Design().