OcrGlyphGetFontSize Method |
The font size of 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 float GetFontSize(
Dpi imageResolution
)
Public Function GetFontSize (
imageResolution As Dpi
) As Single
Parameters
- imageResolution
- Type: Atalasoft.ImagingDpi
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