Click or drag to resize

BasicFontMapperMapToFontName Method

Maps a string representing a font name to a new font name.

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 string MapToFontName(
	string name
)

Parameters

name
Type: SystemString
The name of the desired font.

Return Value

Type: String
A string representing the name of the actual font that will be used.

Implements

IFontMapperMapToFontName(String)
Remarks
BasicFontMapper returns the name as is, if it is defined on the system, "Arial" otherwise.
See Also