Click or drag to resize

BasicOcrGlyphAccessorGetFontName Method

Get the name of the font used 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 string GetFontName(
	IFontMapper mapper
)

Parameters

mapper
Type: Atalasoft.OcrIFontMapper
An IFontMapper to map the font characteristics.

Return Value

Type: String

Implements

IOcrGlyphAccessorGetFontName(IFontMapper)
See Also