Click or drag to resize

WpfObjectConverterConvertAnnotationFont Method

Converts an AnnotationFont to a System.Windows.Media.Typeface.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Typeface ConvertAnnotationFont(
	AnnotationFont font
)

Parameters

font
Type: Atalasoft.AnnotateAnnotationFont
The AnnotationFont to convert.

Return Value

Type: Typeface
A System.Windows.Media.Typeface for the font.
See Also