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
)
Public Shared Function ConvertAnnotationFont (
font As AnnotationFont
) As Typeface
Parameters
- font
- Type: Atalasoft.AnnotateAnnotationFont
The AnnotationFont to convert.
Return Value
Type:
TypefaceA System.Windows.Media.Typeface for the font.
See Also