zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
t1gload.c File Reference
#include <ft2build.h>
#include "t1gload.h"
#include <FT_INTERNAL_CALC_H>
#include <FT_INTERNAL_DEBUG_H>
#include <FT_INTERNAL_STREAM_H>
#include <FT_OUTLINE_H>
#include <FT_INTERNAL_POSTSCRIPT_AUX_H>
#include "t1errors.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_t1gload
 

Functions

 T1_Compute_Max_Advance (T1_Face face, FT_Pos *max_advance)
 
 T1_Get_Advances (FT_Face t1face, FT_UInt first, FT_UInt count, FT_Int32 load_flags, FT_Fixed *advances)
 
 T1_Load_Glyph (FT_GlyphSlot t1glyph, FT_Size t1size, FT_UInt glyph_index, FT_Int32 load_flags)
 
 T1_Parse_Glyph (T1_Decoder decoder, FT_UInt glyph_index)
 
 T1_Parse_Glyph_And_Get_Char_String (T1_Decoder decoder, FT_UInt glyph_index, FT_Data *char_string)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_t1gload

Definition at line 37 of file t1gload.c.

Function Documentation

T1_Load_Glyph ( FT_GlyphSlot  t1glyph,
FT_Size  t1size,
FT_UInt  glyph_index,
FT_Int32  load_flags 
)
T1_Parse_Glyph ( T1_Decoder  decoder,
FT_UInt  glyph_index 
)