Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <t1types.h>
Public Attributes | |
FT_Bool | IsCIDFont |
FT_BBox | FontBBox |
FT_Fixed | Ascender |
FT_Fixed | Descender |
AFM_TrackKern | TrackKerns |
FT_Int | NumTrackKern |
AFM_KernPair | KernPairs |
FT_Int | NumKernPair |
FT_Fixed AFM_FontInfoRec_::Ascender |
Definition at line 171 of file t1types.h.
Referenced by dump_fontinfo(), and T1_Read_Metrics().
FT_Fixed AFM_FontInfoRec_::Descender |
Definition at line 172 of file t1types.h.
Referenced by dump_fontinfo(), and T1_Read_Metrics().
FT_BBox AFM_FontInfoRec_::FontBBox |
Definition at line 170 of file t1types.h.
Referenced by dump_fontinfo(), and T1_Read_Metrics().
FT_Bool AFM_FontInfoRec_::IsCIDFont |
Definition at line 169 of file t1types.h.
Referenced by dump_fontinfo().
AFM_KernPair AFM_FontInfoRec_::KernPairs |
Definition at line 175 of file t1types.h.
Referenced by dump_fontinfo(), main(), and T1_Get_Kerning().
FT_Int AFM_FontInfoRec_::NumKernPair |
Definition at line 176 of file t1types.h.
Referenced by dump_fontinfo(), and T1_Get_Kerning().
FT_Int AFM_FontInfoRec_::NumTrackKern |
Definition at line 174 of file t1types.h.
Referenced by dump_fontinfo(), and T1_Get_Track_Kerning().
AFM_TrackKern AFM_FontInfoRec_::TrackKerns |
Definition at line 173 of file t1types.h.
Referenced by dump_fontinfo(), main(), and T1_Get_Track_Kerning().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:00.
© Copyright Michele Bosi. All rights reserved.