OcrLineGetFontSizeAt Method |
This property represents the FontStyle of a glyph at a particular point in a line.
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 float GetFontSizeAt(
Dpi imageResolution,
int i
)
Public Overridable Function GetFontSizeAt (
imageResolution As Dpi,
i As Integer
) As Single
Parameters
- imageResolution
- Type: Atalasoft.ImagingDpi
The resolution of the image from which this line was taken. - i
- Type: SystemInt32
The index of the glyph within a line of text.
Return Value
Type:
Single A floating point number that represents the size of the glyph in points.
See Also