Added Methods |
boolean
addFont(
byte[],
String
,
String
,
Range
)
|
Creates FontInfo, fetches com.itextpdf.io.font.FontProgramDescriptor and adds just created FontInfo to FontSet. |
boolean
addFont(
FontProgram,
String
,
String
,
Range
)
|
Add not supported for auto creating FontPrograms. |
boolean
addFont(
FontInfo,
String
,
Range
)
|
Adds FontInfo with alias. |
boolean
addFont(
String,
String
,
String
,
Range
)
|
Creates FontInfo, fetches com.itextpdf.io.font.FontProgramDescriptor and adds just created FontInfo to FontSet. |