Enum ePitchFamily
Specifies the font pitch
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum ePitchFamily
Fields
Name | Description |
---|---|
Default | Default pitch + unknown font family |
DefaultRoman | Default pitch + Roman font family |
DefaultSwiss | Default pitch + Swiss font family |
Fixed | Fixed pitch + unknown font family |
FixedRoman | Fixed pitch + Roman font family |
FixedSwiss | Fixed pitch + Swiss font family |
Variable | Variable pitch + unknown font family |
VariableRoman | Variable pitch + Roman font family |
VariableSwiss | Variable pitch + Swiss font family |