ReactOS 0.4.15-dev-7924-g5949c20
CFF_Decoder_FuncsRec_ Struct Reference

#include <psaux.h>

Collaboration diagram for CFF_Decoder_FuncsRec_:

Public Attributes

void(* init )(CFF_Decoder *decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode, CFF_Decoder_Get_Glyph_Callback get_callback, CFF_Decoder_Free_Glyph_Callback free_callback)
 
FT_Error(* prepare )(CFF_Decoder *decoder, CFF_Size size, FT_UInt glyph_index)
 
FT_Error(* parse_charstrings )(PS_Decoder *decoder, FT_Byte *charstring_base, FT_ULong charstring_len)
 

Detailed Description

Definition at line 1151 of file psaux.h.

Member Data Documentation

◆ init

Definition at line 1153 of file psaux.h.

Referenced by cff_slot_load().

◆ parse_charstrings

FT_Error(* CFF_Decoder_FuncsRec_::parse_charstrings) (PS_Decoder *decoder, FT_Byte *charstring_base, FT_ULong charstring_len)

Definition at line 1176 of file psaux.h.

Referenced by cff_slot_load().

◆ prepare

FT_Error(* CFF_Decoder_FuncsRec_::prepare) (CFF_Decoder *decoder, CFF_Size size, FT_UInt glyph_index)

Definition at line 1163 of file psaux.h.

Referenced by cff_slot_load().


The documentation for this struct was generated from the following file: