Package | Description |
---|---|
com.itextpdf.layout.font | |
com.itextpdf.styledxmlparser.resolver.font | |
com.itextpdf.svg.processors | |
com.itextpdf.svg.processors.impl | |
com.itextpdf.svg.renderers |
Modifier and Type | Field and Description |
---|---|
protected FontSet |
FontSelectorStrategy.tempFonts
Deprecated.
This field will be renamed to
additionalFonts in iText Core 7.2.
|
Modifier and Type | Method and Description |
---|---|
FontSet |
FontProvider.getFontSet()
Gets FontSet .
|
Modifier and Type | Method and Description |
---|---|
Collection<FontInfo> |
FontSet.getFonts(FontSet additionalFonts)
Gets union of available and temporary fonts.
|
FontSelector |
FontProvider.getFontSelector(List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts)
Create FontSelector or get from cache.
|
PdfFont |
FontProvider.getPdfFont(FontInfo fontInfo, FontSet additionalFonts)
Get from cache or create a new instance of PdfFont .
|
FontSelectorStrategy |
FontProvider.getStrategy(String text, List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts)
Gets the FontSelectorStrategy to split specified text into sequences of glyphs, already tied to the fonts which contain them.
|
Constructor and Description |
---|
ComplexFontSelectorStrategy(String text, FontSelector selector, FontProvider provider, FontSet additionalFonts) |
FontProvider(FontSet fontSet)
Creates a new instance of FontProvider.
|
FontProvider(FontSet fontSet, String defaultFontFamily)
Creates a new instance of FontProvider.
|
FontSelectorStrategy(String text, FontProvider provider, FontSet additionalFonts) |
Constructor and Description |
---|
BasicFontProvider(FontSet fontSet, String defaultFontFamily)
Creates a new BasicFontProvider instance.
|
Modifier and Type | Method and Description |
---|---|
FontSet |
ISvgProcessorResult.getTempFonts()
Obtains the list of temporary fonts
|
Modifier and Type | Method and Description |
---|---|
FontSet |
SvgProcessorResult.getTempFonts() |
FontSet |
SvgProcessorContext.getTempFonts()
Gets the temporary set of fonts.
|
Constructor and Description |
---|
SvgProcessorResult(Map<String,ISvgNodeRenderer> namedObjects, ISvgNodeRenderer root, FontProvider fontProvider, FontSet tempFonts)
Deprecated.
use
SvgProcessorResult.SvgProcessorResult(Map, ISvgNodeRenderer, SvgProcessorContext) instead. Will be removed in 7.2.
|
Modifier and Type | Method and Description |
---|---|
FontSet |
SvgDrawContext.getTempFonts()
Gets list of temporary fonts from @font-face.
|
Modifier and Type | Method and Description |
---|---|
void |
SvgDrawContext.setTempFonts(FontSet tempFonts)
Sets the FontSet.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.