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.4.0.9.0.377 (.NET 4.5.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