Returns the Font used for this page element.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public virtual Font GetFontAt(
Dpi imageResolution,
IFontMapper mapper,
IFontBuilder builder,
int i
)
Public Overridable Function GetFontAt (
imageResolution As Dpi,
mapper As IFontMapper,
builder As IFontBuilder,
i As Integer
) As Font
Parameters
- imageResolution
- Type: Atalasoft.Imaging.Dpi
The resolution of the image from which this line was taken. - mapper
- Type: Atalasoft.Ocr.IFontMapper
The IFontMapper to use to remap this line's font. - builder
- Type: Atalasoft.Ocr.IFontBuilder
The IFontBuilder to use to construct the font. - i
- Type: System.Int32
The index of the glyph within a line of text.
Return Value
Type:
Font The Font that represents this glyph.
See Also