|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <ft2build.h>
#include "t1decode.h"
#include "psobjs.h"
#include "psauxerr.h"
Go to the source code of this file.
Defines |
| #define | FT_COMPONENT trace_t1decode |
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 |
| static FT_Int | t1_lookup_glyph_by_stdcharcode (T1_Decoder decoder, FT_Int charcode) |
| static FT_Error | t1operator_seac (T1_Decoder decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar) |
| | t1_decoder_parse_charstrings (T1_Decoder decoder, FT_Byte *charstring_base, FT_UInt charstring_len) |
| | t1_decoder_parse_glyph (T1_Decoder decoder, FT_UInt glyph) |
| | 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] |
Generated on Sun May 27 2012 06:00:25 for ReactOS by
1.7.6.1
|