#include </home/zeitlin/src/wx/github/interface/wx/dc.h>
Simple collection of various font metrics.
This object is returned by wxDC::GetFontMetrics().
Public Member Functions | |
wxFontMetrics () | |
Constructor initializes all fields to 0. | |
Public Attributes | |
int | height |
Total character height. | |
int | ascent |
Part of the height above the baseline. | |
int | descent |
Part of the height below the baseline. | |
int | internalLeading |
Intra-line spacing. | |
int | externalLeading |
Inter-line spacing. | |
int | averageWidth |
Average font width, a.k.a. "x-width". |
wxFontMetrics::wxFontMetrics | ( | ) |
Constructor initializes all fields to 0.
Part of the height above the baseline.
Average font width, a.k.a. "x-width".
Part of the height below the baseline.
Inter-line spacing.
Total character height.
Intra-line spacing.