| Changed Methods |
void
clearRegisteredFontFamilies()
|
Documentation changed from old to new. |
Clears registered font cache |
FontProgram
createFont()
|
Documentation changed from old to new. |
Creates a new standard Helvetica font program file. |
FontProgram
createFont(
byte[])
|
Documentation changed from old to new. |
Creates a new font program. |
FontProgram
createFont(
byte[],
boolean
)
|
Documentation changed from old to new. |
Creates a new font program. |
FontProgram
createFont(
byte[],
int
,
boolean
)
|
Documentation changed from old to new. |
Creates a new TrueType font program from ttc (TrueType Collection) file bytes. |
FontProgram
createFont(
String)
|
Documentation changed from old to new. |
Creates a new font program. |
FontProgram
createFont(
String,
boolean
)
|
Documentation changed from old to new. |
Creates a new font program. |
FontProgram
createFont(
String,
int
,
boolean
)
|
Documentation changed from old to new. |
Creates a new TrueType font program from ttc (TrueType Collection) file. |
FontProgram
createRegisteredFont(
String)
|
Documentation changed from old to new. |
Creates a FontProgram from the font file that has been previously registered. |
FontProgram
createRegisteredFont(
String,
int
)
|
Documentation changed from old to new. |
Creates a FontProgram from the font file that has been previously registered. |
FontProgram
createRegisteredFont(
String,
int
,
boolean
)
|
Documentation changed from old to new. |
Creates a FontProgram from the font file that has been previously registered. |
FontProgram
createType1Font(
byte[],
byte[]
)
|
Documentation changed from old to new. |
Creates a new Type 1 font by the byte contents of the corresponding AFM/PFM and PFB files |
FontProgram
createType1Font(
byte[],
byte[]
,
boolean
)
|
Documentation changed from old to new. |
Creates a new Type 1 font by the byte contents of the corresponding AFM/PFM and PFB files |
FontProgram
createType1Font(
String,
String
)
|
Documentation changed from old to new. |
Creates a new Type 1 font by the corresponding AFM/PFM and PFB files |
FontProgram
createType1Font(
String,
String
,
boolean
)
|
Documentation changed from old to new. |
Creates a new Type 1 font by the corresponding AFM/PFM and PFB files |