ReactOS 0.4.16-dev-424-ge4748fe
|
Go to the source code of this file.
Macros | |
#define | Fix2Int(f) ( (FT_Int)(FT_Short)( (f) >> 16 ) ) |
#define | FT_COMPONENT trace_t1decode |
Typedefs | |
typedef enum T1_Operator_ | T1_Operator |
Enumerations | |
enum | T1_Operator_ { op_none = 0 , op_endchar , op_hsbw , op_seac , op_sbw , op_closepath , op_hlineto , op_hmoveto , op_hvcurveto , op_rlineto , op_rmoveto , op_rrcurveto , op_vhcurveto , op_vlineto , op_vmoveto , op_dotsection , op_hstem , op_hstem3 , op_vstem , op_vstem3 , op_div , op_callothersubr , op_callsubr , op_pop , op_return , op_setcurrentpoint , op_unknown15 , op_max } |
Functions | |
t1_lookup_glyph_by_stdcharcode_ps (PS_Decoder *decoder, FT_Int charcode) | |
t1_decoder_parse_metrics (T1_Decoder decoder, FT_Byte *charstring_base, FT_UInt charstring_len) | |
t1_decoder_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 parse_callback) | |
t1_decoder_done (T1_Decoder decoder) | |
Variables | |
static const FT_Int | t1_args_count [op_max] |
#define FT_COMPONENT trace_t1decode |
Definition at line 41 of file t1decode.c.
typedef enum T1_Operator_ T1_Operator |
Definition at line 44 of file t1decode.c.
t1_decoder_done | ( | T1_Decoder | decoder | ) |
Definition at line 1973 of file t1decode.c.
t1_decoder_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 | parse_callback | ||
) |
Definition at line 1925 of file t1decode.c.
t1_decoder_parse_metrics | ( | T1_Decoder | decoder, |
FT_Byte * | charstring_base, | ||
FT_UInt | charstring_len | ||
) |
Definition at line 1662 of file t1decode.c.
t1_lookup_glyph_by_stdcharcode_ps | ( | PS_Decoder * | decoder, |
FT_Int | charcode | ||
) |
Definition at line 131 of file t1decode.c.
Referenced by cf2_interpT2CharString().
Definition at line 80 of file t1decode.c.
Referenced by t1_decoder_parse_metrics().