FontStylePresence Enumeration |
Designates whether for a given font the specified styles are available.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [FlagsAttribute]
public enum FontStylePresence
Members Member name | Value | Description |
---|
NoStyleAvailable | 0 | No style is available at all. |
RegularStyleAvailable | 1 | A regular style is available for the font. |
BoldStyleAvailable | 2 | The bold style is available for the font. |
ItalicStyleAvailable | 4 | The italic style is available for the font. |
BoldAndItalicStyleAvailable | 8 | The bold and italic style is available for the font. |
See Also