|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "pfrobjs.h"

Go to the source code of this file.
Classes | |
| struct | PFR_ExtraItemRec_ |
Macros | |
| #define | PFR_CHECK_SIZE(x) |
| #define | PFR_CHECK PFR_CHECK_SIZE |
| #define | PFR_NEXT_BYTE(p) FT_NEXT_BYTE( p ) |
| #define | PFR_NEXT_INT8(p) FT_NEXT_CHAR( p ) |
| #define | PFR_NEXT_SHORT(p) FT_NEXT_SHORT( p ) |
| #define | PFR_NEXT_USHORT(p) FT_NEXT_USHORT( p ) |
| #define | PFR_NEXT_LONG(p) FT_NEXT_OFF3( p ) |
| #define | PFR_NEXT_ULONG(p) FT_NEXT_UOFF3( p ) |
Typedefs | |
| typedef FT_Error(* | PFR_ExtraItem_ParseFunc) (FT_Byte *p, FT_Byte *limit, FT_Pointer data) |
| typedef struct PFR_ExtraItemRec_ | PFR_ExtraItemRec |
| typedef const struct PFR_ExtraItemRec_ * | PFR_ExtraItem |
Functions | |
| pfr_extra_items_skip (FT_Byte **pp, FT_Byte *limit) | |
| pfr_extra_items_parse (FT_Byte **pp, FT_Byte *limit, PFR_ExtraItem item_list, FT_Pointer item_data) | |
| pfr_header_load (PFR_Header header, FT_Stream stream) | |
| pfr_header_check (PFR_Header header) | |
| pfr_log_font_count (FT_Stream stream, FT_UInt32 log_section_offset, FT_Long *acount) | |
| pfr_log_font_load (PFR_LogFont log_font, FT_Stream stream, FT_UInt face_index, FT_UInt32 section_offset, FT_Bool size_increment) | |
| pfr_phy_font_load (PFR_PhyFont phy_font, FT_Stream stream, FT_UInt32 offset, FT_UInt32 size) | |
| pfr_phy_font_done (PFR_PhyFont phy_font, FT_Memory memory) | |
| #define PFR_CHECK PFR_CHECK_SIZE |
| typedef const struct PFR_ExtraItemRec_* PFR_ExtraItem |
| typedef struct PFR_ExtraItemRec_ PFR_ExtraItemRec |
| pfr_extra_items_parse | ( | FT_Byte ** | pp, |
| FT_Byte * | limit, | ||
| PFR_ExtraItem | item_list, | ||
| FT_Pointer | item_data | ||
| ) |
Definition at line 134 of file pfrload.c.
Referenced by pfr_extra_items_skip(), and pfr_phy_font_load().
Definition at line 126 of file pfrload.c.
Referenced by pfr_glyph_load_compound(), pfr_glyph_load_simple(), and pfr_log_font_load().
| pfr_header_check | ( | PFR_Header | header | ) |
Definition at line 261 of file pfrload.c.
Referenced by pfr_face_init().
| pfr_header_load | ( | PFR_Header | header, |
| FT_Stream | stream | ||
| ) |
Definition at line 241 of file pfrload.c.
Referenced by pfr_face_init().
Definition at line 289 of file pfrload.c.
Referenced by pfr_face_init().
| pfr_log_font_load | ( | PFR_LogFont | log_font, |
| FT_Stream | stream, | ||
| FT_UInt | face_index, | ||
| FT_UInt32 | section_offset, | ||
| FT_Bool | size_increment | ||
| ) |
Definition at line 327 of file pfrload.c.
Referenced by pfr_face_init().
| pfr_phy_font_done | ( | PFR_PhyFont | phy_font, |
| FT_Memory | memory | ||
| ) |
Definition at line 778 of file pfrload.c.
Referenced by pfr_face_done().
| pfr_phy_font_load | ( | PFR_PhyFont | phy_font, |
| FT_Stream | stream, | ||
| FT_UInt32 | offset, | ||
| FT_UInt32 | size | ||
| ) |
Definition at line 822 of file pfrload.c.
Referenced by pfr_face_init().