Gets an array of
Double values that represent the advance widths corresponding to the glyph indices.
Namespace: FirstFloor.Documents.FontsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public double[] AdvanceWidths { get; internal set; } |
| Visual Basic |
|---|
Public Property AdvanceWidths As Double()
Get
Friend Set |
| Visual C++ |
|---|
public:
property array<double>^ AdvanceWidths {
array<double>^ get ();
internal: void set (array<double>^ value);
} |
Field Value
The advance widths.
See Also