Uses of Class
com.itextpdf.layout.font.Range
Packages that use Range
Package
Description
-
Uses of Range in com.itextpdf.layout.font
Subclasses of Range in com.itextpdf.layout.fontFields in com.itextpdf.layout.font declared as RangeModifier and TypeFieldDescriptionprivate static final Range
RangeBuilder.fullRangeSingleton
private final Range
FontInfo.range
Methods in com.itextpdf.layout.font that return RangeModifier and TypeMethodDescriptionRangeBuilder.create()
Creates aRange
instance based on added ranges.FontInfo.getFontUnicodeRange()
(package private) static Range
RangeBuilder.getFullRange()
Default Range instance.Methods in com.itextpdf.layout.font with parameters of type RangeModifier and TypeMethodDescriptionboolean
Add font toFontSet
cache.boolean
FontProvider.addFont
(FontProgram fontProgram, String encoding, Range unicodeRange) Add font toFontSet
cache.boolean
Add font toFontSet
cache.boolean
boolean
FontSet.addFont
(FontProgram fontProgram, String encoding, String alias, Range unicodeRange) Add not supported for auto creating FontPrograms.boolean
AddsFontInfo
with alias.boolean
private static int
FontInfo.calculateHashCode
(String fontName, byte[] bytes, String encoding, Range range) (package private) static FontInfo
static FontInfo
FontInfo.create
(FontProgram fontProgram, String encoding, String alias, Range range) static FontInfo
(package private) static FontInfo
Constructors in com.itextpdf.layout.font with parameters of type Range -
Uses of Range in com.itextpdf.styledxmlparser.css
Methods in com.itextpdf.styledxmlparser.css that return Range -
Uses of Range in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util that return RangeModifier and TypeMethodDescriptionstatic Range
CssUtils.parseUnicodeRange
(String unicodeRange) Parses the unicode range. -
Uses of Range in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl with parameters of type RangeModifier and TypeMethodDescriptionvoid
SvgProcessorContext.addTemporaryFont
(FontProgram fontProgram, String encoding, String alias, Range unicodeRange) Add temporary font from @font-face. -
Uses of Range in com.itextpdf.svg.processors.impl.font
Methods in com.itextpdf.svg.processors.impl.font with parameters of type RangeModifier and TypeMethodDescriptionprivate boolean
SvgFontProcessor.createFont
(String fontFamily, CssFontFace.CssFontFaceSrc src, Range unicodeRange) Creates a font and adds it to the context.