Click or drag to resize

IOcrGlyphAccessorGetFont Method

Return the font used for this glyph using the given resolution, font mapper and font builder.

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
Font GetFont(
	Dpi imageResolution,
	IFontMapper mapper,
	IFontBuilder builder
)

Parameters

imageResolution
Type: Atalasoft.ImagingDpi
The resolution of the image from which this glyph was taken.
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