BasicOcrWordAccessorGetFontFamilyAt Method |
Get the FontFamily 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 public virtual FontFamily GetFontFamilyAt(
IFontMapper mapper,
int i
)
Public Overridable Function GetFontFamilyAt (
mapper As IFontMapper,
i As Integer
) As FontFamily
Parameters
- mapper
- Type: Atalasoft.OcrIFontMapper
An IFontMapper to map the font characteristics. - i
- Type: SystemInt32
The index of the glyph within a word of text.
Return Value
Type:
FontFamily An object of type
FontFamily that represents the font family of the glyph.
Implements
IOcrWordAccessorGetFontFamilyAt(IFontMapper, Int32)See Also