Package | Description |
---|---|
com.itextpdf.layout.font | |
com.itextpdf.styledxmlparser.css | |
com.itextpdf.styledxmlparser.css.util | |
com.itextpdf.svg.processors.impl |
Modifier and Type | Method and Description |
---|---|
Range |
RangeBuilder.create()
Creates a Range instance based on added ranges.
|
Range |
FontInfo.getFontUnicodeRange() |
Modifier and Type | Method and Description |
---|---|
boolean |
FontProvider.addFont(byte[] fontData, String encoding, Range unicodeRange)
Add font to FontSet cache.
|
boolean |
FontSet.addFont(byte[] fontData, String encoding, String alias, Range unicodeRange)
|
boolean |
FontSet.addFont(FontInfo fontInfo, String alias, Range unicodeRange)
Adds FontInfo with alias.
|
boolean |
FontProvider.addFont(FontProgram fontProgram, String encoding, Range unicodeRange)
Add font to FontSet cache.
|
boolean |
FontSet.addFont(FontProgram fontProgram, String encoding, String alias, Range unicodeRange)
Add not supported for auto creating FontPrograms.
|
boolean |
FontProvider.addFont(String fontPath, String encoding, Range unicodeRange)
Add font to FontSet cache.
|
boolean |
FontSet.addFont(String fontPath, String encoding, String alias, Range unicodeRange)
|
static FontInfo |
FontInfo.create(FontInfo fontInfo, String alias, Range range) |
static FontInfo |
FontInfo.create(FontProgram fontProgram, String encoding, String alias, Range range) |
Modifier and Type | Method and Description |
---|---|
Range |
CssFontFaceRule.resolveUnicodeRange() |
Modifier and Type | Method and Description |
---|---|
static Range |
CssUtils.parseUnicodeRange(String unicodeRange)
Parses the unicode range.
|
Modifier and Type | Method and Description |
---|---|
void |
SvgProcessorContext.addTemporaryFont(FontProgram fontProgram, String encoding, String alias, Range unicodeRange)
Add temporary font from @font-face.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.