Class FontPitchType
Specifies the type of the font pitch request.
Inheritance
System.Object
FontPitchType
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Portable.dll
Syntax
public sealed class FontPitchType : Enum
Fields
Default
Default pitch.
Declaration
public const FontPitchType Default
Field Value
Type | Description |
---|---|
FontPitchType |
Fixed
Fixed pitch.
Declaration
public const FontPitchType Fixed
Field Value
Type | Description |
---|---|
FontPitchType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Variable
Variable pitch.
Declaration
public const FontPitchType Variable
Field Value
Type | Description |
---|---|
FontPitchType |