Click or drag to resize

OcrGlyphGetFont Method

The Font used for this page element.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Font GetFont(
	Dpi imageResolution,
	IFontMapper mapper,
	IFontBuilder builder
)

Parameters

imageResolution
Type: Atalasoft.ImagingDpi
The resolution of the source image.
mapper
Type: Atalasoft.OcrIFontMapper
The IFontMapper to use to remap this glyph's font.
builder
Type: Atalasoft.OcrIFontBuilder
The IFontBuilder to use to construct the font.

Return Value

Type: Font
An object of type Font that represents the font of this glyph.
See Also