zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pfrobjs.h File Reference
#include "pfrtypes.h"

Go to the source code of this file.

Classes

struct  PFR_FaceRec_
 
struct  PFR_SizeRec_
 
struct  PFR_SlotRec_
 

Typedefs

typedef typedefFT_BEGIN_HEADER
struct PFR_FaceRec_
PFR_Face
 
typedef struct PFR_FaceRec_ PFR_FaceRec
 
typedef struct PFR_SizeRec_PFR_Size
 
typedef struct PFR_SizeRec_ PFR_SizeRec
 
typedef struct PFR_SlotRec_PFR_Slot
 
typedef struct PFR_SlotRec_ PFR_SlotRec
 

Functions

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

Typedef Documentation

typedef typedefFT_BEGIN_HEADER struct PFR_FaceRec_* PFR_Face

Definition at line 27 of file pfrobjs.h.

typedef struct PFR_FaceRec_ PFR_FaceRec
typedef struct PFR_SizeRec_* PFR_Size

Definition at line 29 of file pfrobjs.h.

typedef struct PFR_SizeRec_ PFR_SizeRec
typedef struct PFR_SlotRec_* PFR_Slot

Definition at line 31 of file pfrobjs.h.

typedef struct PFR_SlotRec_ PFR_SlotRec

Function Documentation

pfr_face_done ( FT_Face  face)

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  slot)

Definition at line 303 of file pfrobjs.c.

References PFR_SlotRec_::glyph, and pfr_glyph_done().

pfr_slot_init ( FT_GlyphSlot  slot)

Definition at line 290 of file pfrobjs.c.

References PFR_SlotRec_::glyph, and pfr_glyph_init().