![]() |
Qt 4.8
|
QAbstractFontEngine::GlyphMetrics defines the metrics of a single glyph. More...
#include <qabstractfontengine_qws.h>
Public Functions | |
| GlyphMetrics () | |
| Constructs an empty glyph metrics object with all values set to zero. More... | |
Public Variables | |
| Fixed | advance |
| The advance of the glyph. More... | |
| Fixed | height |
| The height of the glyph. More... | |
| Fixed | width |
| The width of the glyph. More... | |
| Fixed | x |
| The horizontal offset from the origin. More... | |
| Fixed | y |
| The vertical offset from the origin (baseline). More... | |
QAbstractFontEngine::GlyphMetrics defines the metrics of a single glyph.
This function is under development and subject to change.
Definition at line 150 of file qabstractfontengine_qws.h.
|
inline |
Constructs an empty glyph metrics object with all values set to zero.
Definition at line 152 of file qabstractfontengine_qws.h.
| QAbstractFontEngine::GlyphMetrics::advance |
The advance of the glyph.
Definition at line 159 of file qabstractfontengine_qws.h.
Referenced by QProxyFontEngine::boundingBox().
| QAbstractFontEngine::GlyphMetrics::height |
The height of the glyph.
Definition at line 158 of file qabstractfontengine_qws.h.
Referenced by QProxyFontEngine::alphaMapForGlyph(), and QProxyFontEngine::boundingBox().
| QAbstractFontEngine::GlyphMetrics::width |
The width of the glyph.
Definition at line 157 of file qabstractfontengine_qws.h.
Referenced by QProxyFontEngine::alphaMapForGlyph(), and QProxyFontEngine::boundingBox().
| QAbstractFontEngine::GlyphMetrics::x |
The horizontal offset from the origin.
Definition at line 155 of file qabstractfontengine_qws.h.
Referenced by QProxyFontEngine::boundingBox(), and QProxyFontEngine::canRender().
| QAbstractFontEngine::GlyphMetrics::y |
The vertical offset from the origin (baseline).
Definition at line 156 of file qabstractfontengine_qws.h.
Referenced by QProxyFontEngine::boundingBox(), and QProxyFontEngine::canRender().