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
)
Public Overridable Function MapToFontFamily (
generic As GenericFontFamilies
) As FontFamily
Parameters
- generic
- Type: System.Drawing.TextGenericFontFamilies
A GenericFontFamily recognized by an OCR engine.
Return Value
Type:
FontFamilyImplements
IFontMapperMapToFontFamily(GenericFontFamilies)See Also