Click or drag to resize

AnnotationRenderingEngineCreateFont Method

Converts an AnnotationFont into a System.Drawing.Font object.

Namespace:  Atalasoft.Annotate.Renderer
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,
	RenderEnvironment e
)

Parameters

annFont
Type: Atalasoft.AnnotateAnnotationFont
The AnnotationFont to convert.
e
Type: Atalasoft.Annotate.RendererRenderEnvironment
A RenderEnvironment that will be used with this Font.

Return Value

Type: Font
A System.Drawing.Font.
See Also