Click or drag to resize

FontStylePresence Enumeration

Designates whether for a given font the specified styles are available.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum FontStylePresence
Members
Member nameValueDescription
NoStyleAvailable0No style is available at all.
RegularStyleAvailable1A regular style is available for the font.
BoldStyleAvailable2The bold style is available for the font.
ItalicStyleAvailable4The italic style is available for the font.
BoldAndItalicStyleAvailable8The bold and italic style is available for the font.
See Also