OcrLine.GetFontSizeAt 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.5.0.0.0.156 (.NET 4.6.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.Imaging.Dpi
The resolution of the image from which this line was taken. - i
- Type: System.Int32
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