Click or drag to resize

BasicFontMapper Class

BasicFontMapper is a simple implementation of the IFontMapper interface.
Inheritance Hierarchy
SystemObject
  Atalasoft.OcrBasicFontMapper

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 class BasicFontMapper : IFontMapper, 
	IDisposable

The BasicFontMapper type exposes the following members.

Constructors
  NameDescription
Public methodBasicFontMapper
Constructs a new BasicFontMapper object.
Top
Methods
  NameDescription
Public methodDispose
Dispose memory used by the font mapper.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the BasicFontMapper and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
BasicFontMapper finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMapToFontFamily(GenericFontFamilies)
Provide a FontFamily for a generic font family.
Public methodMapToFontFamily(String)
Map a given font family represented by the string to a FontFamily object.
Public methodMapToFontName
Maps a string representing a font name to a new font name.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemapStyle
Map a given font style to a new one.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
BasicFontMapper will attempt to find the font exactly as specified. If it cannot find the font it will substitute Arial. BasicFontMapper will map generic font families onto the system generic font families.
See Also