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.3179.0 (4.8.3179.0)
Syntax
C#
protected static int FontStyleToIndex(
	FontStyle fontStyle
)

Parameters

fontStyle  FontStyle
The font style.

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.GdiFontManager.FontStyleToIndex(System.Drawing.FontStyle)"]

See Also