Java com.lowagie.text FontFactory fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text FontFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text FontFactory.

The text is from its open source code.

Field

StringCOURIER
This is a possible value of a base 14 type 1 font
StringCOURIER_BOLD
This is a possible value of a base 14 type 1 font
StringCOURIER_OBLIQUE
This is a possible value of a base 14 type 1 font
StringCOURIER_BOLDOBLIQUE
This is a possible value of a base 14 type 1 font
StringHELVETICA
This is a possible value of a base 14 type 1 font
StringHELVETICA_BOLD
This is a possible value of a base 14 type 1 font
StringHELVETICA_OBLIQUE
This is a possible value of a base 14 type 1 font
StringHELVETICA_BOLDOBLIQUE
This is a possible value of a base 14 type 1 font
StringTIMES
This is a possible value of a base 14 type 1 font
StringTIMES_ROMAN
This is a possible value of a base 14 type 1 font
StringTIMES_BOLD
This is a possible value of a base 14 type 1 font
StringTIMES_ITALIC
This is a possible value of a base 14 type 1 font
StringdefaultEncoding
This is the default encoding to use.
booleandefaultEmbedding
This is the default value of the embedded variable.

Method

FontgetFont(String fontname, String encoding, boolean embedded, float size)
Constructs a Font-object.
FontgetFont(String fontname, String encoding, float size, int style)
Constructs a Font-object.
FontgetFont(String fontname, float size, int style, Color color)
Constructs a Font-object.
FontgetFont(Properties attributes)
Constructs a Font-object.
FontgetFont(String fontname)
Constructs a Font-object.
FontgetFont(String fontname, String encoding)
Constructs a Font-object.
FontgetFont(String fontname, float size)
Constructs a Font-object.
FontgetFont(String fontname, String encoding, boolean embedded, float size, int style)
Constructs a Font-object.
FontgetFont(String fontname, String encoding, float size, int style, Color color)
Constructs a Font-object.
FontgetFont(String fontname, String encoding, boolean embedded)
Constructs a Font-object.
FontgetFont(String fontname, String encoding, float size)
Constructs a Font-object.
FontgetFont(String fontname, float size, Color color)
Constructs a Font-object.
FontgetFont(String fontname, float size, int style)
Constructs a Font-object.
FontgetFont(String fontname, String encoding, boolean embedded, float size, int style, Color color)
Constructs a Font-object.
FontgetFont(String fontname, String encoding, boolean embedded, float size, int style, Color color, boolean cached)
Constructs a Font-object.
FontFactoryImpgetFontImp()
Gets the font factory implementation.
SetgetRegisteredFamilies()
Gets a set of registered fontnames.
SetgetRegisteredFonts()
Gets a set of registered fontnames.
booleanisRegistered(String fontname)
Checks if a certain font is registered.
voidregister(String path, String alias)
Register a font file and use an alias for the font contained in it.
voidregister(String path)
Register a ttf- or a ttc-file.
intregisterDirectories()
Register fonts in some probable directories.
intregisterDirectory(String dir)
Register all the fonts in a directory.
intregisterDirectory(String dir, boolean scanSubdirectories)
Register all the fonts in a directory and possibly its subdirectories.
voidsetFontImp(FontFactoryImp fontImp)
Sets the font factory implementation.