Click or drag to resize

IFontMapperMapToFontFamily Method (GenericFontFamilies)

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

Parameters

generic
Type: System.Drawing.TextGenericFontFamilies

Return Value

Type: FontFamily
The new FontFamily that will be used.
Remarks
A recognized document may have fonts that are not part of the current system. IFontMapper can be used to supply replacement fonts under those circumstances or provide a set of richer fonts for engines that can only recognize generic font families.
See Also