Returns the Font used for this page element.
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 Font GetFontAt(
Dpi imageResolution,
IFontMapper mapper,
IFontBuilder builder,
int i
)
Public 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 a word of text.
Return Value
Type:
Font The Font that represents this glyph.
See Also