Click or drag to resize

OcrLine.GetFontNameAt Method

Get the name of the font for a glyph in a line.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public virtual string GetFontNameAt(
	IFontMapper mapper,
	int i
)

Parameters

mapper
Type: Atalasoft.Ocr.IFontMapper
The IFontMapper to use to remap this line's font.
i
Type: System.Int32
The index of the glyph within a line of text.

Return Value

Type: String
See Also