|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <cfftypes.h>

Public Attributes | |
| CFF_FontRecDictRec | font_dict |
| CFF_PrivateRec | private_dict |
| CFF_BlendRec | blend |
| FT_UInt | lenNDV |
| FT_Fixed * | NDV |
| FT_Byte * | blend_stack |
| FT_Byte * | blend_top |
| FT_UInt | blend_used |
| FT_UInt | blend_alloc |
| CFF_IndexRec | local_subrs_index |
| FT_Byte ** | local_subrs |
| FT_UInt32 | random |
Definition at line 303 of file cfftypes.h.
| CFF_BlendRec CFF_SubFontRec_::blend |
Definition at line 309 of file cfftypes.h.
Referenced by cf2_font_setup(), cff_parse_blend(), cff_parse_vsindex(), and cff_subfont_done().
| FT_UInt CFF_SubFontRec_::blend_alloc |
Definition at line 324 of file cfftypes.h.
| FT_Byte* CFF_SubFontRec_::blend_stack |
Definition at line 321 of file cfftypes.h.
Referenced by cff_subfont_done().
| FT_Byte* CFF_SubFontRec_::blend_top |
Definition at line 322 of file cfftypes.h.
| FT_UInt CFF_SubFontRec_::blend_used |
Definition at line 323 of file cfftypes.h.
| CFF_FontRecDictRec CFF_SubFontRec_::font_dict |
Definition at line 305 of file cfftypes.h.
Referenced by cff_decoder_init(), cff_face_init(), cff_get_cid_from_glyph_index(), cff_get_is_cid(), cff_parser_run(), cff_ps_get_font_extra(), cff_ps_get_font_info(), cff_size_request(), cff_slot_load(), cff_subfont_load(), and if().
| FT_UInt CFF_SubFontRec_::lenNDV |
Definition at line 310 of file cfftypes.h.
Referenced by cff_load_private_dict().
| FT_Byte** CFF_SubFontRec_::local_subrs |
Definition at line 327 of file cfftypes.h.
Referenced by cff_subfont_done(), and cff_subfont_load().
| CFF_IndexRec CFF_SubFontRec_::local_subrs_index |
Definition at line 326 of file cfftypes.h.
Referenced by cff_subfont_done(), and cff_subfont_load().
| FT_Fixed* CFF_SubFontRec_::NDV |
Definition at line 311 of file cfftypes.h.
| CFF_PrivateRec CFF_SubFontRec_::private_dict |
Definition at line 306 of file cfftypes.h.
Referenced by cf2_font_setup(), cff_make_private_dict(), and cff_subfont_load().
| FT_UInt32 CFF_SubFontRec_::random |
Definition at line 330 of file cfftypes.h.
Referenced by cff_subfont_load(), and t1_make_subfont().