Uses of Class
org.apache.fontbox.cff.CFFParser.DictData.Entry
-
Packages that use CFFParser.DictData.Entry Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFParser.DictData.Entry in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff with type parameters of type CFFParser.DictData.Entry Modifier and Type Field Description private java.util.Map<java.lang.String,CFFParser.DictData.Entry>
CFFParser.DictData. entries
Methods in org.apache.fontbox.cff that return CFFParser.DictData.Entry Modifier and Type Method Description CFFParser.DictData.Entry
CFFParser.DictData. getEntry(java.lang.String name)
private static CFFParser.DictData.Entry
CFFParser. readEntry(CFFDataInput input)
Methods in org.apache.fontbox.cff with parameters of type CFFParser.DictData.Entry Modifier and Type Method Description void
CFFParser.DictData. add(CFFParser.DictData.Entry entry)
-