Click or drag to resize

OcrGlyphMetricsGetFontAscentHeightRatio Method

Get the ratio of an entire font's statistical ascent to its height.

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 static double GetFontAscentHeightRatio(
	char c
)

Parameters

c
Type: SystemChar
The character to be measured.

Return Value

Type: Double
A double representing the ratio of an entire font's statistical ascent to its height.
Remarks
This value is determined from a statistical range of values. It will not be completely accurate.
See Also