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).