Gets the advance widths for the glyphs represented by the GlyphTypefaceLocalized object.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public IDictionary<ushort, double> AdvanceWidths { get; }
Visual Basic
Public ReadOnly Property AdvanceWidths As IDictionary(Of UShort, Double)
	Get
Visual C++
public:
property IDictionary<unsigned short, double>^ AdvanceWidths {
	IDictionary<unsigned short, double>^ get ();
}

Field Value

The advance widths.

See Also