IOcrWordAccessorGetFontAt Method |
Get the Font of a glyph 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 Font GetFontAt(
Dpi imageResolution,
IFontMapper mapper,
IFontBuilder builder,
int i
)
Function GetFontAt (
imageResolution As Dpi,
mapper As IFontMapper,
builder As IFontBuilder,
i As Integer
) As Font
Parameters
- imageResolution
- Type: Atalasoft.ImagingDpi
The resolution of the image from which this word was taken. - mapper
- Type: Atalasoft.OcrIFontMapper
The IFontMapper to use to
remap this word's font. - builder
- Type: Atalasoft.OcrIFontBuilder
The IFontBuilder to use to construct the font. - i
- Type: SystemInt32
The index of the glyph within the word.
Return Value
Type:
Font An object of type Font that represents the font of the glyph.
See Also