IOcrGlyphAccessorGetFontName Method |
Returns the name of the font used for this glyph.
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 GetFontName(
IFontMapper mapper
)
Function GetFontName (
mapper As IFontMapper
) As String
Parameters
- mapper
- Type: Atalasoft.OcrIFontMapper
An object of type IFontMapper that will be used to map the font.
Return Value
Type:
String A string representing the name of the font used for this glyph.
See Also