ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <t1types.h>
Public Attributes | |
FT_Bool | IsCIDFont |
FT_BBox | FontBBox |
FT_Fixed | Ascender |
FT_Fixed | Descender |
AFM_TrackKern | TrackKerns |
FT_UInt | NumTrackKern |
AFM_KernPair | KernPairs |
FT_UInt | NumKernPair |
FT_Fixed AFM_FontInfoRec_::Ascender |
Definition at line 173 of file t1types.h.
Referenced by afm_parser_parse(), dump_fontinfo(), and T1_Read_Metrics().
FT_Fixed AFM_FontInfoRec_::Descender |
Definition at line 174 of file t1types.h.
Referenced by afm_parser_parse(), dump_fontinfo(), and T1_Read_Metrics().
FT_BBox AFM_FontInfoRec_::FontBBox |
Definition at line 172 of file t1types.h.
Referenced by afm_parser_parse(), dump_fontinfo(), and T1_Read_Metrics().
FT_Bool AFM_FontInfoRec_::IsCIDFont |
Definition at line 171 of file t1types.h.
Referenced by afm_parser_parse(), and dump_fontinfo().
AFM_KernPair AFM_FontInfoRec_::KernPairs |
Definition at line 177 of file t1types.h.
Referenced by afm_parse_kern_pairs(), afm_parser_parse(), dump_fontinfo(), main(), and T1_Read_PFM().
FT_UInt AFM_FontInfoRec_::NumKernPair |
Definition at line 178 of file t1types.h.
Referenced by afm_parse_kern_pairs(), afm_parser_parse(), dump_fontinfo(), T1_Read_Metrics(), and T1_Read_PFM().
FT_UInt AFM_FontInfoRec_::NumTrackKern |
Definition at line 176 of file t1types.h.
Referenced by afm_parse_track_kern(), afm_parser_parse(), dump_fontinfo(), and T1_Get_Track_Kerning().
AFM_TrackKern AFM_FontInfoRec_::TrackKerns |
Definition at line 175 of file t1types.h.
Referenced by afm_parse_track_kern(), afm_parser_parse(), dump_fontinfo(), main(), and T1_Get_Track_Kerning().