ReactOS 0.4.16-dev-570-g1868985
|
#include <pcf.h>
Public Attributes | |
FT_Short | leftSideBearing |
FT_Short | rightSideBearing |
FT_Short | characterWidth |
FT_Short | ascent |
FT_Short | descent |
FT_Short | attributes |
FT_ULong | bits |
FT_Short PCF_MetricRec_::ascent |
Definition at line 99 of file pcf.h.
Referenced by pcf_get_metric(), and PCF_Glyph_Load().
FT_Short PCF_MetricRec_::attributes |
Definition at line 101 of file pcf.h.
Referenced by pcf_get_metric().
FT_ULong PCF_MetricRec_::bits |
Definition at line 102 of file pcf.h.
Referenced by PCF_Glyph_Load().
FT_Short PCF_MetricRec_::characterWidth |
Definition at line 98 of file pcf.h.
Referenced by pcf_get_metric(), PCF_Glyph_Load(), and PCF_Size_Select().
FT_Short PCF_MetricRec_::descent |
Definition at line 100 of file pcf.h.
Referenced by pcf_get_metric(), and PCF_Glyph_Load().
FT_Short PCF_MetricRec_::leftSideBearing |
Definition at line 96 of file pcf.h.
Referenced by pcf_get_metric(), and PCF_Glyph_Load().
FT_Short PCF_MetricRec_::rightSideBearing |
Definition at line 97 of file pcf.h.
Referenced by pcf_get_metric(), and PCF_Glyph_Load().