|
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>
Go to the source code of this file.
Data Structures |
| struct | CID_Parser |
Defines |
| #define | cid_parser_skip_spaces(p) (p)->root.funcs.skip_spaces( &(p)->root ) |
| #define | cid_parser_skip_PS_token(p) (p)->root.funcs.skip_PS_token( &(p)->root ) |
| #define | cid_parser_to_int(p) (p)->root.funcs.to_int( &(p)->root ) |
| #define | cid_parser_to_fixed(p, t) (p)->root.funcs.to_fixed( &(p)->root, t ) |
| #define | cid_parser_to_coord_array(p, m, c) (p)->root.funcs.to_coord_array( &(p)->root, m, c ) |
| #define | cid_parser_to_fixed_array(p, m, f, t) (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t ) |
| #define | cid_parser_to_token(p, t) (p)->root.funcs.to_token( &(p)->root, t ) |
| #define | cid_parser_to_token_array(p, t, m, c) (p)->root.funcs.to_token_array( &(p)->root, t, m, c ) |
| #define | cid_parser_load_field(p, f, o) (p)->root.funcs.load_field( &(p)->root, f, o, 0, 0 ) |
| #define | cid_parser_load_field_table(p, f, o) (p)->root.funcs.load_field_table( &(p)->root, f, o, 0, 0 ) |
Functions |
| | cid_parser_new (CID_Parser *parser, FT_Stream stream, FT_Memory memory, PSAux_Service psaux) |
| | cid_parser_done (CID_Parser *parser) |
Generated on Sun May 27 2012 06:00:08 for ReactOS by
1.7.6.1
|