Click or drag to resize

IOcrGlyphAccessorGetFontSize Method

Get the font size 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
float GetFontSize(
	Dpi imageResolution
)

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