Uses of Class
org.apache.fontbox.cff.CFFParser.RangeMapping
-
Packages that use CFFParser.RangeMapping Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFParser.RangeMapping in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff with type parameters of type CFFParser.RangeMapping Modifier and Type Field Description private java.util.List<CFFParser.RangeMapping>CFFParser.Format1Charset. rangesCID2GIDprivate java.util.List<CFFParser.RangeMapping>CFFParser.Format2Charset. rangesCID2GIDMethods in org.apache.fontbox.cff with parameters of type CFFParser.RangeMapping Modifier and Type Method Description voidCFFParser.Format1Charset. addRangeMapping(CFFParser.RangeMapping rangeMapping)Add the given range mapping.voidCFFParser.Format2Charset. addRangeMapping(CFFParser.RangeMapping rangeMapping)Add the given range mapping.
-