Simple collection of various font metrics.
This object is returned by wx.DC.GetFontMetrics
.
Added in version 2.9.2.
Constructor initializes all fields to 0. |
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Possible constructors:
FontMetrics() -> None
Simple collection of various font metrics.
Constructor initializes all fields to 0.
None
A public C++ attribute of type int
. Part of the height above the baseline.
A public C++ attribute of type int
. Average font width, a.k.a. “x-width”.
A public C++ attribute of type int
. Part of the height below the baseline.
A public C++ attribute of type int
. Inter-line spacing.
A public C++ attribute of type int
. Total character height.
A public C++ attribute of type int
. Intra-line spacing.