Click or drag to resize

BasicOcrGlyphAccessorGetFontStyle Method

Get the FontStyle of 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 FontStyle GetFontStyle(
	IFontMapper mapper
)

Parameters

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

Return Value

Type: FontStyle
The FontStyle of this glyph.

Implements

IOcrGlyphAccessorGetFontStyle(IFontMapper)
See Also