The FontFactoryImp type exposes the following members.

Constructors

  NameDescription
Public methodFontFactoryImp
Creates new FontFactory

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFont(String)
Constructs a Font-object.
Public methodGetFont(Properties)
Constructs a Font-object.
Public methodGetFont(String, Single)
Constructs a Font-object.
Public methodGetFont(String, String)
Constructs a Font-object.
Public methodGetFont(String, Single, Color)
Constructs a Font-object.
Public methodGetFont(String, Single, Int32)
Constructs a Font-object.
Public methodGetFont(String, String, Boolean)
Constructs a Font-object.
Public methodGetFont(String, String, Single)
Constructs a Font-object.
Public methodGetFont(String, Single, Int32, Color)
Constructs a Font-object.
Public methodGetFont(String, String, Boolean, Single)
Constructs a Font-object.
Public methodGetFont(String, String, Single, Int32)
Constructs a Font-object.
Public methodGetFont(String, String, Boolean, Single, Int32)
Constructs a Font-object.
Public methodGetFont(String, String, Single, Int32, Color)
Constructs a Font-object.
Public methodGetFont(String, String, Boolean, Single, Int32, Color)
Constructs a Font-object.
Public methodGetFont(String, String, Boolean, Single, Int32, Color, Boolean)
Constructs a Font-object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsRegistered
Checks if a certain font is registered.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegister(String)
Register a ttf- or a ttc-file.
Public methodRegister(Properties)
Public methodRegister(String, String)
Register a ttf- or a ttc-file and use an alias for the font contained in the ttf-file.
Public methodRegisterDirectories
Public methodRegisterDirectory(String)
Public methodRegisterDirectory(String, Boolean)
Public methodRegisterFamily
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDefaultEmbedding
Public propertyDefaultEncoding
Public propertyRegisteredFamilies
Gets a set of registered font families.
Public propertyRegisteredFonts
Gets a set of registered fontnames.

See Also