Click or drag to resize

IOcrWordAccessorGetFontSizeAt Method

Get the font size of a glyph at a particular point in a word 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 word was taken.
i
Type: SystemInt32
The index of the glyph within the word.

Return Value

Type: Single
A floating point number that represents the size of the glyph in points.
See Also