Click or drag to resize

OcrLineGetFontAt Method

Returns 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 virtual Font GetFontAt(
	Dpi imageResolution,
	IFontMapper mapper,
	IFontBuilder builder,
	int i
)

Parameters

imageResolution
Type: Atalasoft.ImagingDpi
The resolution of the image from which this line was taken.
mapper
Type: Atalasoft.OcrIFontMapper
The IFontMapper to use to remap this line's font.
builder
Type: Atalasoft.OcrIFontBuilder
The IFontBuilder to use to construct the font.
i
Type: SystemInt32
The index of the glyph within a line of text.

Return Value

Type: Font
The Font that represents this glyph.
See Also