The FontFactory type exposes the following members.

Methods

  NameDescription
Public methodStatic memberContains
Checks whether the given font is contained within the object
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 methodStatic memberGetFont(String)
Constructs a Font-object.
Public methodStatic memberGetFont(Properties)
Constructs a Font-object.
Public methodStatic memberGetFont(String, Single)
Constructs a Font-object.
Public methodStatic memberGetFont(String, String)
Constructs a Font-object.
Public methodStatic memberGetFont(String, Single, Color)
Constructs a Font-object.
Public methodStatic memberGetFont(String, Single, Int32)
Constructs a Font-object.
Public methodStatic memberGetFont(String, String, Boolean)
Constructs a Font-object.
Public methodStatic memberGetFont(String, String, Single)
Constructs a Font-object.
Public methodStatic memberGetFont(String, Single, Int32, Color)
Constructs a Font-object.
Public methodStatic memberGetFont(String, String, Boolean, Single)
Constructs a Font-object.
Public methodStatic memberGetFont(String, String, Single, Int32)
Constructs a Font-object.
Public methodStatic memberGetFont(String, String, Boolean, Single, Int32)
Constructs a Font-object.
Public methodStatic memberGetFont(String, String, Single, Int32, Color)
Constructs a Font-object.
Public methodStatic memberGetFont(String, String, Boolean, Single, Int32, Color)
Constructs a Font-object.
Public methodStatic memberGetFont(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 methodStatic memberIsRegistered
Checks if a certain font is registered.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegister(String)
Register a ttf- or a ttc-file.
Public methodStatic memberRegister(Properties)
Public methodStatic memberRegister(String, String)
Register a ttf- or a ttc-file and use an alias for the font contained in the ttf-file.
Public methodStatic memberRegisterDirectories
Public methodStatic memberRegisterDirectory(String)
Public methodStatic memberRegisterDirectory(String, Boolean)
Public methodRegisterFamily
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberCOURIER
This is a possible value of a base 14 type 1 font
Public fieldStatic memberCOURIER_BOLD
This is a possible value of a base 14 type 1 font
Public fieldStatic memberCOURIER_BOLDOBLIQUE
This is a possible value of a base 14 type 1 font
Public fieldStatic memberCOURIER_OBLIQUE
This is a possible value of a base 14 type 1 font
Public fieldStatic memberHELVETICA
This is a possible value of a base 14 type 1 font
Public fieldStatic memberHELVETICA_BOLD
This is a possible value of a base 14 type 1 font
Public fieldStatic memberHELVETICA_BOLDOBLIQUE
This is a possible value of a base 14 type 1 font
Public fieldStatic memberHELVETICA_OBLIQUE
This is a possible value of a base 14 type 1 font
Public fieldStatic memberSYMBOL
This is a possible value of a base 14 type 1 font
Public fieldStatic memberTIMES
This is a possible value of a base 14 type 1 font
Public fieldStatic memberTIMES_BOLD
This is a possible value of a base 14 type 1 font
Public fieldStatic memberTIMES_BOLDITALIC
This is a possible value of a base 14 type 1 font
Public fieldStatic memberTIMES_ITALIC
This is a possible value of a base 14 type 1 font
Public fieldStatic memberTIMES_ROMAN
This is a possible value of a base 14 type 1 font
Public fieldStatic memberZAPFDINGBATS
This is a possible value of a base 14 type 1 font

Properties

  NameDescription
Public propertyStatic memberDefaultEmbedding
Public propertyStatic memberDefaultEncoding
Public propertyStatic memberFontImp
Public propertyStatic memberRegisteredFamilies
Gets a set of registered font families.
Public propertyStatic memberRegisteredFonts
Gets a set of registered fontnames.

See Also