Click or drag to resize

BasicOcrGlyphAccessorGetFontSize Method

Gets 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 virtual float GetFontSize(
	Dpi imageResolution
)

Parameters

imageResolution
Type: Atalasoft.ImagingDpi
The resolution of the source image.

Return Value

Type: Single
The font size of the glyph in points.

Implements

IOcrGlyphAccessorGetFontSize(Dpi)
See Also