Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.CFFFont.OffsetItem
-
Packages that use CFFFont.OffsetItem Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of CFFFont.OffsetItem in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of CFFFont.OffsetItem in com.gitlab.pdftk_java.com.lowagie.text.pdf Modifier and Type Class Description protected static classCFFFont.DictOffsetIteman unknown offset in a dictionary for the list.protected static classCFFFont.IndexOffsetItemAn index-offset item for the list.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type CFFFont.OffsetItem Modifier and Type Method Description protected voidCFFFontSubset. CreateCharset(CFFFont.OffsetItem charsetRef, int nglyphs)Function creates new CharSet for non-CID fonts.protected voidCFFFontSubset. CreateFDArray(CFFFont.OffsetItem fdarrayRef, CFFFont.OffsetItem privateRef, int Font)Function creates new FDArray for non-CID fonts.protected voidCFFFontSubset. CreateFDSelect(CFFFont.OffsetItem fdselectRef, int nglyphs)Function creates new FDSelect for non-CID fonts.protected voidCFFFontSubset. CreateKeys(CFFFont.OffsetItem fdarrayRef, CFFFont.OffsetItem fdselectRef, CFFFont.OffsetItem charsetRef, CFFFont.OffsetItem charstringsRef)Function adds the keys into the TopDictConstructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type CFFFont.OffsetItem Constructor Description IndexMarkerItem(CFFFont.OffsetItem offItem, CFFFont.IndexBaseItem indexBase)MarkerItem(CFFFont.OffsetItem pointerToMarker)SubrMarkerItem(CFFFont.OffsetItem offItem, CFFFont.IndexBaseItem indexBase)
-