GlyphMetrics Class

( QAbstractFontEngine::GlyphMetrics )

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.

成員函數文檔編製

GlyphMetrics:: GlyphMetrics ()

Constructs an empty glyph metrics object with all values set to zero.

成員變量文檔編製

Fixed GlyphMetrics:: advance

The advance of the glyph.

Fixed GlyphMetrics:: height

The height of the glyph.

Fixed GlyphMetrics:: width

The width of the glyph.

Fixed GlyphMetrics:: x

The horizontal offset from the origin.

Fixed GlyphMetrics:: y

The vertical offset from the origin (baseline).