Click or drag to resize

BasicOcrGlyphAccessor Constructor (Char, String, FontStyle, Single)

Construct a new BasicOcrGlyphAccessor.
Constucts a new BasicOcrGlyphAccessor.

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 BasicOcrGlyphAccessor(
	char theCharacter,
	string family,
	FontStyle style,
	float size
)

Parameters

theCharacter
Type: SystemChar
The character that this glyph represents.
family
Type: SystemString
The name of the font family that for this glyph.
style
Type: System.DrawingFontStyle
The FontStyle for this glyph.
size
Type: SystemSingle
The size of this glyph in points.

Return Value

Type: 
A new BasicOcrGlyphAccessor.
See Also