IFontMapperMapToFontName Method |
This method maps a font name to another name.
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 string MapToFontName(
string name
)
Function MapToFontName (
name As String
) As String
Parameters
- name
- Type: SystemString
The name of the desired font.
Return Value
Type:
String A string representing the name of the actual font that will be used.
Remarks This method makes it possible to provide altername fonts for recognized fonts in an OCR engine.
See Also