Gets the advance expressed as a fraction of the font em size.
Namespace: FirstFloor.Documents.FontsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public Nullable<double> Advance { get; internal set; } |
| Visual Basic |
|---|
Public Property Advance As Nullable(Of Double) Get Friend Set |
| Visual C++ |
|---|
public: property Nullable<double> Advance { Nullable<double> get (); internal: void set (Nullable<double> value); } |