Click or drag to resize

TextAnnotationCreateFont Method

Creates a System.Drawing.Font from an AnnotationFont.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public static Font CreateFont(
	AnnotationFont annFont
)

Parameters

annFont
Type: Atalasoft.AnnotateAnnotationFont
The AnnotationFont used to create the Font.

Return Value

Type: Font
See Also