Click or drag to resize

IOcrWordAccessorGetFontFamilyAt Method

Get the FontFamily at a particular point in a line of text.

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

Parameters

mapper
Type: Atalasoft.OcrIFontMapper
The IFontMapper to use to remap this word's font.
i
Type: SystemInt32
The index of the glyph within the word.

Return Value

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