Click or drag to resize

BasicOcrWordAccessorGetFontAt Method

Get the Font of a glyph at a particular point in a word 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
public virtual Font GetFontAt(
	Dpi imageResolution,
	IFontMapper mapper,
	IFontBuilder builder,
	int i
)

Parameters

imageResolution
Type: Atalasoft.ImagingDpi
The resolution of the source image.
mapper
Type: Atalasoft.OcrIFontMapper
The IFontMapper to use to remap this word's font.
builder
Type: Atalasoft.OcrIFontBuilder
An IFontBuilder to build the resulting font.
i
Type: SystemInt32
The index of the glyph within a word of text.

Return Value

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

Implements

IOcrWordAccessorGetFontAt(Dpi, IFontMapper, IFontBuilder, Int32)
See Also