Click or drag to resize

BasicFontMapperMapToFontFamily Method (GenericFontFamilies)

Provide a FontFamily for a generic font family.

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 FontFamily MapToFontFamily(
	GenericFontFamilies generic
)

Parameters

generic
Type: System.Drawing.TextGenericFontFamilies
A GenericFontFamily recognized by an OCR engine.

Return Value

Type: FontFamily

Implements

IFontMapperMapToFontFamily(GenericFontFamilies)
See Also