Package | Description |
---|---|
com.itextpdf.layout.font |
Modifier and Type | Field and Description |
---|---|
protected List<FontInfo> |
FontSelector.fonts |
Modifier and Type | Method and Description |
---|---|
FontInfo |
FontSelector.bestMatch()
The best font match.
|
Modifier and Type | Method and Description |
---|---|
protected Comparator<FontInfo> |
FontSelector.getComparator(List<String> fontFamilies, FontCharacteristics fc) |
Set<FontInfo> |
FontSet.getFonts() |
Iterable<FontInfo> |
FontSelector.getFonts()
Sorted set of fonts.
|
Modifier and Type | Method and Description |
---|---|
protected PdfFont |
FontProvider.getPdfFont(FontInfo fontInfo)
Get from cache or create a new instance of PdfFont .
|
Modifier and Type | Method and Description |
---|---|
protected FontSelector |
FontProvider.createFontSelector(Set<FontInfo> fonts, List<String> fontFamilies, FontCharacteristics fc)
Create a new instance of FontSelector .
|
Constructor and Description |
---|
FontSelector(Set<FontInfo> allFonts, List<String> fontFamilies, FontCharacteristics fc)
Create new FontSelector instance.
|
Copyright © 1998–2017 iText Group NV. All rights reserved.