ReactOS 0.4.16-dev-319-g6cf4263
|
#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 298 of file cfftypes.h.
CFF_BlendRec CFF_SubFontRec_::blend |
Definition at line 304 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 319 of file cfftypes.h.
FT_Byte* CFF_SubFontRec_::blend_stack |
Definition at line 316 of file cfftypes.h.
Referenced by cff_subfont_done().
FT_Byte* CFF_SubFontRec_::blend_top |
Definition at line 317 of file cfftypes.h.
FT_UInt CFF_SubFontRec_::blend_used |
Definition at line 318 of file cfftypes.h.
CFF_FontRecDictRec CFF_SubFontRec_::font_dict |
Definition at line 300 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 305 of file cfftypes.h.
Referenced by cff_load_private_dict().
FT_Byte** CFF_SubFontRec_::local_subrs |
Definition at line 322 of file cfftypes.h.
Referenced by cff_subfont_done(), and cff_subfont_load().
CFF_IndexRec CFF_SubFontRec_::local_subrs_index |
Definition at line 321 of file cfftypes.h.
Referenced by cff_subfont_done(), and cff_subfont_load().
FT_Fixed* CFF_SubFontRec_::NDV |
Definition at line 306 of file cfftypes.h.
CFF_PrivateRec CFF_SubFontRec_::private_dict |
Definition at line 301 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 325 of file cfftypes.h.
Referenced by cf2_interpT2CharString(), cff_subfont_load(), and t1_make_subfont().