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 aRange
instance based on added ranges.FontInfo.getFontUnicodeRange()
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
static FontInfo
FontInfo.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 Range
CssUtils.parseUnicodeRange
(String unicodeRange) Parses the unicode range. -
Uses of Range in com.itextpdf.styledxmlparser.resolver.font
Methods in com.itextpdf.styledxmlparser.resolver.font that return RangeModifier and TypeMethodDescriptionprotected Range
BasicFontProvider.addCalligraphFonts()
This method loads a list of noto fonts from pdfCalligraph (if it is present in the classpath) into FontProvider.Methods in com.itextpdf.styledxmlparser.resolver.font with parameters of type RangeModifier and TypeMethodDescriptionprotected void
BasicFontProvider.addShippedFonts
(Range rangeToLoad) Adds fonts shipped with the font provider. -
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.