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.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static int FontStyleToIndex(
FontStyle fontStyle
)
Parameters
- fontStyle FontStyle
- The font style.
Return Value
Int32The cache index for the specified font style.
See Also