Click or drag to resize

BasicOcrGlyphAccessorGetFont Method

Gets the Font for this glyph.

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 GetFont(
	Dpi imageResolution,
	IFontMapper mapper,
	IFontBuilder builder
)

Parameters

imageResolution
Type: Atalasoft.ImagingDpi
The resolution of the source image.
mapper
Type: Atalasoft.OcrIFontMapper
An IFontMapper to map the font characteristics.
builder
Type: Atalasoft.OcrIFontBuilder
An IFontBuilder to build the resulting font.

Return Value

Type: Font
The Font for this glyph.

Implements

IOcrGlyphAccessorGetFont(Dpi, IFontMapper, IFontBuilder)
See Also