ReactOS 0.4.16-dev-1105-gafe29ee
T1_Decoder_FuncsRec_ Struct Reference

#include <psaux.h>

Collaboration diagram for T1_Decoder_FuncsRec_:

Public Attributes

FT_Error(* init )(T1_Decoder decoder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Byte **glyph_names, PS_Blend blend, FT_Bool hinting, FT_Render_Mode hint_mode, T1_Decoder_Callback callback)
 
void(* done )(T1_Decoder decoder)
 
FT_Error(* parse_metrics )(T1_Decoder decoder, FT_Byte *base, FT_UInt len)
 
FT_Error(* parse_charstrings )(PS_Decoder *decoder, FT_Byte *charstring_base, FT_ULong charstring_len)
 

Detailed Description

Definition at line 904 of file psaux.h.

Member Data Documentation

◆ done

void(* T1_Decoder_FuncsRec_::done) (T1_Decoder decoder)

Definition at line 917 of file psaux.h.

Referenced by cid_slot_load_glyph(), and T1_Compute_Max_Advance().

◆ init

FT_Error(* T1_Decoder_FuncsRec_::init) (T1_Decoder decoder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Byte **glyph_names, PS_Blend blend, FT_Bool hinting, FT_Render_Mode hint_mode, T1_Decoder_Callback callback)

Definition at line 906 of file psaux.h.

Referenced by cid_slot_load_glyph(), T1_Compute_Max_Advance(), and T1_Get_Advances().

◆ parse_charstrings

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

Definition at line 932 of file psaux.h.

◆ parse_metrics

FT_Error(* T1_Decoder_FuncsRec_::parse_metrics) (T1_Decoder decoder, FT_Byte *base, FT_UInt len)

Definition at line 926 of file psaux.h.


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