|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 176 of file t1types.h.
Referenced by afm_parser_parse(), and T1_Read_Metrics().
| FT_Fixed AFM_FontInfoRec_::Descender |
Definition at line 177 of file t1types.h.
Referenced by afm_parser_parse(), and T1_Read_Metrics().
| FT_BBox AFM_FontInfoRec_::FontBBox |
Definition at line 175 of file t1types.h.
Referenced by afm_parser_parse(), and T1_Read_Metrics().
| FT_Bool AFM_FontInfoRec_::IsCIDFont |
Definition at line 174 of file t1types.h.
Referenced by afm_parser_parse().
| AFM_KernPair AFM_FontInfoRec_::KernPairs |
Definition at line 180 of file t1types.h.
Referenced by afm_parse_kern_pairs(), afm_parser_parse(), and T1_Read_PFM().
| FT_UInt AFM_FontInfoRec_::NumKernPair |
Definition at line 181 of file t1types.h.
Referenced by afm_parse_kern_pairs(), afm_parser_parse(), T1_Read_Metrics(), and T1_Read_PFM().
| FT_UInt AFM_FontInfoRec_::NumTrackKern |
Definition at line 179 of file t1types.h.
Referenced by afm_parse_track_kern(), afm_parser_parse(), and T1_Get_Track_Kerning().
| AFM_TrackKern AFM_FontInfoRec_::TrackKerns |
Definition at line 178 of file t1types.h.
Referenced by afm_parse_track_kern(), afm_parser_parse(), and T1_Get_Track_Kerning().