Uses of Class
com.itextpdf.layout.font.Range
Packages that use Range
Package
Description
-
Uses of Range in com.itextpdf.layout.font
Methods in com.itextpdf.layout.font that return RangeModifier and TypeMethodDescriptionRangeBuilder.create()Creates aRangeinstance based on added ranges.FontInfo.getFontUnicodeRange()Methods in com.itextpdf.layout.font with parameters of type RangeModifier and TypeMethodDescriptionbooleanAdd font toFontSetcache.booleanFontProvider.addFont(FontProgram fontProgram, String encoding, Range unicodeRange) Add font toFontSetcache.booleanAdd font toFontSetcache.booleanbooleanFontSet.addFont(FontProgram fontProgram, String encoding, String alias, Range unicodeRange) Add not supported for auto creating FontPrograms.booleanAddsFontInfowith alias.booleanstatic FontInfoFontInfo.create(FontProgram fontProgram, String encoding, String alias, Range range) static FontInfo -
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 RangeCssUtils.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 TypeMethodDescriptionvoidSvgProcessorContext.addTemporaryFont(FontProgram fontProgram, String encoding, String alias, Range unicodeRange) Add temporary font from @font-face.