Click or drag to resize

BasicFontMapperRemapStyle Method

Map a given font style to a new one.

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 FontStyle RemapStyle(
	FontFamily family,
	FontStyle style
)

Parameters

family
Type: System.DrawingFontFamily
The FontFamily of the requested font.
style
Type: System.DrawingFontStyle
The requested style.

Return Value

Type: FontStyle
A new style to use for this font.

Implements

IFontMapperRemapStyle(FontFamily, FontStyle)
Remarks
BasicFontMapper returns all styles unchanged.
See Also