Click or drag to resize

IFontMapper Interface

IFontMapper provides a mechanism for translating fonts identified in the process of OCR from one set of characteristics to another.

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 interface IFontMapper

The IFontMapper type exposes the following members.

Methods
  NameDescription
Public methodMapToFontFamily(GenericFontFamilies)
Public methodMapToFontFamily(String)
Public methodMapToFontName
This method maps a font name to another name.
Public methodRemapStyle
RemapStyle maps an input FontFamily and style to a new FontStyle.
Top
Remarks
The IFontMapper interface is used to define a class which will transform a font with one set of characteristics to another. A simple implementation of the IFontMapper interface is provided by the BasicFontMapper class.
See Also

Reference

BasicFontMapper Class