Click or drag to resize

IOcrLineAccessorGetFontSizeAt Method

Get the font size of a glyph at a particular point in a line of text.

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 GetFontSizeAt(
	Dpi imageResolution,
	int i
)

Parameters

imageResolution
Type: Atalasoft.ImagingDpi
The resolution of the image from which this line was taken.
i
Type: SystemInt32
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