Click or drag to resize

GdiFontManagerConvertFontXStyleToFontStylePresence Method

Converts a FontXStyle instance to a FontStylePresence instance. The styles 'Underline' and 'Strikeout' will not be considered for the conversion.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static FontStylePresence ConvertFontXStyleToFontStylePresence(
	FontXStyle style
)

Parameters

style  FontXStyle
The style to convert..

Return Value

FontStylePresence
The converted FontStylePresence instance.
See Also