zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pfrobjs.c File Reference
#include "pfrobjs.h"
#include "pfrload.h"
#include "pfrgload.h"
#include "pfrcmap.h"
#include "pfrsbit.h"
#include <FT_OUTLINE_H>
#include <FT_INTERNAL_DEBUG_H>
#include <FT_TRUETYPE_IDS_H>
#include "pfrerror.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_pfr
 

Functions

 pfr_face_done (FT_Face pfrface)
 
 pfr_face_get_kerning (FT_Face pfrface, FT_UInt glyph1, FT_UInt glyph2, FT_Vector *kerning)
 
 pfr_face_init (FT_Stream stream, FT_Face pfrface, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
 
 pfr_slot_done (FT_GlyphSlot pfrslot)
 
 pfr_slot_init (FT_GlyphSlot pfrslot)
 
 pfr_slot_load (FT_GlyphSlot pfrslot, FT_Size pfrsize, FT_UInt gindex, FT_Int32 load_flags)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_pfr

Definition at line 31 of file pfrobjs.c.

Function Documentation

pfr_face_done ( FT_Face  pfrface)

Definition at line 43 of file pfrobjs.c.

References FT_FACE_MEMORY, FT_FREE, NULL, and pfr_phy_font_done().

pfr_slot_done ( FT_GlyphSlot  pfrslot)

Definition at line 303 of file pfrobjs.c.

References PFR_SlotRec_::glyph, and pfr_glyph_done().

pfr_slot_init ( FT_GlyphSlot  pfrslot)

Definition at line 290 of file pfrobjs.c.

References PFR_SlotRec_::glyph, and pfr_glyph_init().