| Changed Methods |
int
addDirectory(
String)
|
Documentation changed from old to new. |
Add all the fonts from a directory. |
int
addStandardPdfFonts()
|
Documentation changed from old to new. |
Add standard fonts to FontSet cache. |
int
addSystemFonts()
|
Documentation changed from old to new. |
Add all fonts from system directories to FontSet cache. |
FontSelector
createFontSelector(
Collection,
List
,
FontCharacteristics
)
|
Documentation changed from old to new. |
Create a new instance of FontSelector. |
boolean
getDefaultCacheFlag()
|
Documentation changed from old to new. |
The method is used to determine whether the font should be cached or not by default. |
boolean
getDefaultEmbeddingFlag()
|
Documentation changed from old to new. |
The method is used to determine whether the font should be embedded or not by default. |
String
getDefaultEncoding(
FontProgram)
|
Documentation changed from old to new. |
Gets the default encoding for specific font. |
String
getDefaultFontFamily()
|
Documentation changed from old to new. |
Gets the default font-family. |
FontSet
getFontSet()
|
Documentation changed from old to new. |
Gets FontSet. |
void
reset()
|
Documentation changed from old to new. |
Resets PdfFont cache. |
boolean
addFont(
byte[])
|
Documentation changed from old to new. |
Add font to FontSet cache. |
boolean
addFont(
byte[],
String
)
|
Documentation changed from old to new. |
Add font to FontSet cache. |
boolean
addFont(
byte[],
String
,
Range
)
|
Documentation changed from old to new. |
Add font to FontSet cache. |
boolean
addFont(
FontProgram)
|
Documentation changed from old to new. |
Add font to FontSet cache. |
boolean
addFont(
FontProgram,
String
)
|
Documentation changed from old to new. |
Add font to FontSet cache. |
boolean
addFont(
FontProgram,
String
,
Range
)
|
Documentation changed from old to new. |
Add font to FontSet cache. |
boolean
addFont(
String)
|
Documentation changed from old to new. |
Add font to FontSet cache. |
boolean
addFont(
String,
String
)
|
Documentation changed from old to new. |
Add font to FontSet cache. |
boolean
addFont(
String,
String
,
Range
)
|
Documentation changed from old to new. |
Add font to FontSet cache. |
FontSelector
getFontSelector(
List,
FontCharacteristics
)
|
Documentation changed from old to new. |
Create FontSelector or get from cache. |
FontSelector
getFontSelector(
List,
FontCharacteristics
,
FontSet
)
|
Documentation changed from old to new. |
Create FontSelector or get from cache. |
PdfFont
getPdfFont(
FontInfo)
|
Documentation changed from old to new. |
Get from cache or create a new instance of PdfFont. |
PdfFont
getPdfFont(
FontInfo,
FontSet
)
|
Documentation changed from old to new. |
Get from cache or create a new instance of PdfFont. |
FontSelectorStrategy
getStrategy(
String,
List
)
|
Documentation changed from old to new. |
Gets the FontSelectorStrategy to split specified text into sequences of glyphs, already tied to the fonts which contain them. |
FontSelectorStrategy
getStrategy(
String,
List
,
FontCharacteristics
)
|
Documentation changed from old to new. |
Gets the FontSelectorStrategy to split specified text into sequences of glyphs, already tied to the fonts which contain them. |
FontSelectorStrategy
getStrategy(
String,
List
,
FontCharacteristics
,
FontSet
)
|
Documentation changed from old to new. |
Gets the FontSelectorStrategy to split specified text into sequences of glyphs, already tied to the fonts which contain them. |