IFontMapperMapToFontFamily Method (String) |
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(
string name
)
Function MapToFontFamily (
name As String
) As FontFamily
Parameters
- name
- Type: SystemString
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