OcrWord.GetFontNameAt Method |
Get the name of the font used for a glyph in the word.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public string GetFontNameAt(
IFontMapper mapper,
int i
)
Public Function GetFontNameAt (
mapper As IFontMapper,
i As Integer
) As String
Parameters
- mapper
- Type: Atalasoft.Ocr.IFontMapper
The IFontMapper to use to remap this word's font. - i
- Type: System.Int32
The index of the glyph within a word of text.
Return Value
Type:
StringSee Also