OcrGlyph.GetFontSize Method |
The font size of this glyph.
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 float GetFontSize(
Dpi imageResolution
)
Public Function GetFontSize (
imageResolution As Dpi
) As Single
Parameters
- imageResolution
- Type: Atalasoft.Imaging.Dpi
The resolution of the image from which this glyph was taken.
Return Value
Type:
Single A floating point number that represents the size of this font in points.
See Also