Gets the advance heights for the glyphs represented by the GlyphTypefaceLocalized object.
Namespace: FirstFloor.Documents.FontsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public IDictionary<ushort, double> AdvanceHeights { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AdvanceHeights As IDictionary(Of UShort, Double) Get |
| Visual C++ |
|---|
public: property IDictionary<unsigned short, double>^ AdvanceHeights { IDictionary<unsigned short, double>^ get (); } |