Click or drag to resize

BasicOcrLineAccessorGetFontFamilyAt Method

Get the FontFamily for this glyph.

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 FontFamily GetFontFamilyAt(
	IFontMapper mapper,
	int i
)

Parameters

mapper
Type: Atalasoft.OcrIFontMapper
An IFontMapper to map the font characteristics.
i
Type: SystemInt32
The index of the glyph within a line of text.

Return Value

Type: FontFamily
An object of type FontFamily that represents the font family of the glyph.

Implements

IOcrLineAccessorGetFontFamilyAt(IFontMapper, Int32)
See Also