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