QAbstractFontEngine::GlyphMetrics defines the metrics of a single glyph. 更多...
| 头: | #include <GlyphMetrics> |
| Since: | Qt 4.3 |
该类在开发且可能改变。
| GlyphMetrics () |
| Fixed | advance |
| Fixed | height |
| Fixed | width |
| Fixed | x |
| Fixed | y |
QAbstractFontEngine::GlyphMetrics defines the metrics of a single glyph.
Constructs an empty glyph metrics object with all values set to zero.
The advance of the glyph.
The height of the glyph.
The width of the glyph.
The horizontal offset from the origin.
The vertical offset from the origin (baseline).