Click or drag to resize

GdiFontManagerFontStyleToIndex Method

Gives the index of the font style. Not taken into account are Underline and Italic. These two flags are ignored.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static int FontStyleToIndex(
	FontStyle fontStyle
)

Parameters

fontStyle  FontStyle
The font style.

Return Value

Int32
The cache index for the specified font style.
See Also