ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <t1types.h>
Public Attributes | |
FT_Int | degree |
FT_Fixed | min_ptsize |
FT_Fixed | min_kern |
FT_Fixed | max_ptsize |
FT_Fixed | max_kern |
FT_Int AFM_TrackKernRec_::degree |
Definition at line 152 of file t1types.h.
Referenced by afm_parse_track_kern(), dump_fontinfo(), and T1_Get_Track_Kerning().
FT_Fixed AFM_TrackKernRec_::max_kern |
Definition at line 156 of file t1types.h.
Referenced by afm_parse_track_kern(), dump_fontinfo(), and T1_Get_Track_Kerning().
FT_Fixed AFM_TrackKernRec_::max_ptsize |
Definition at line 155 of file t1types.h.
Referenced by afm_parse_track_kern(), dump_fontinfo(), and T1_Get_Track_Kerning().
FT_Fixed AFM_TrackKernRec_::min_kern |
Definition at line 154 of file t1types.h.
Referenced by afm_parse_track_kern(), dump_fontinfo(), and T1_Get_Track_Kerning().
FT_Fixed AFM_TrackKernRec_::min_ptsize |
Definition at line 153 of file t1types.h.
Referenced by afm_parse_track_kern(), dump_fontinfo(), and T1_Get_Track_Kerning().