Click or drag to resize

BasicFontMapper Methods

The BasicFontMapper type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose memory used by the font mapper.
Protected methodDispose(Boolean)
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
See Also