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 Font GetFont(
Dpi imageResolution,
IFontMapper mapper,
IFontBuilder builder
)
Public Function GetFont (
imageResolution As Dpi,
mapper As IFontMapper,
builder As IFontBuilder
) As Font
Parameters
- imageResolution
- Type: Atalasoft.Imaging.Dpi
The resolution of the source image. - mapper
- Type: Atalasoft.Ocr.IFontMapper
The IFontMapper to use to remap this glyph's font. - builder
- Type: Atalasoft.Ocr.IFontBuilder
The IFontBuilder to use to construct the font.
Return Value
Type:
Font An object of type
Font that represents the font of this glyph.
See Also