9 #define MAGICKCORE_IMPLEMENTATION 1
10 #define MAGICK_PLUSPLUS_IMPLEMENTATION 1
18 ResetMagickMemory(&_typeMetric,0,
sizeof(_typeMetric));
27 return(_typeMetric.ascent);
32 return(_typeMetric.descent);
37 return(_typeMetric.max_advance);
42 return(_typeMetric.height);
47 return(_typeMetric.width);
52 return(_typeMetric.underline_position);
57 return(_typeMetric.underline_thickness);
double textWidth(void) const
double maxHorizontalAdvance(void) const
double textHeight(void) const
double underlinePosition(void) const
double underlineThickness(void) const
double ascent(void) const
double descent(void) const