Uses of Class
com.aowagie.text.pdf.CFFFont.OffsetItem
Packages that use CFFFont.OffsetItem
-
Uses of CFFFont.OffsetItem in com.aowagie.text.pdf
Subclasses of CFFFont.OffsetItem in com.aowagie.text.pdfModifier and TypeClassDescriptionprotected static final classan unknown offset in a dictionary for the list.protected static final classAn index-offset item for the list.Fields in com.aowagie.text.pdf declared as CFFFont.OffsetItemModifier and TypeFieldDescriptionprivate final CFFFont.OffsetItemCFFFont.IndexMarkerItem.offItemprivate final CFFFont.OffsetItemCFFFont.SubrMarkerItem.offItemprivate final CFFFont.OffsetItemCFFFont.MarkerItem.pMethods in com.aowagie.text.pdf with parameters of type CFFFont.OffsetItemModifier and TypeMethodDescriptionprivate voidCFFFontSubset.CreateCharset(CFFFont.OffsetItem charsetRef, int nglyphs) Function creates new CharSet for non-CID fonts.private voidCFFFontSubset.CreateFDArray(CFFFont.OffsetItem fdarrayRef, CFFFont.OffsetItem privateRef, int Font) Function creates new FDArray for non-CID fonts.private voidCFFFontSubset.CreateFDSelect(CFFFont.OffsetItem fdselectRef, int nglyphs) Function creates new FDSelect for non-CID fonts.private voidCFFFontSubset.CreateKeys(CFFFont.OffsetItem fdarrayRef, CFFFont.OffsetItem fdselectRef, CFFFont.OffsetItem charsetRef, CFFFont.OffsetItem charstringsRef) Function adds the keys into the TopDictprivate voidCFFFontSubset.CreateNonCIDPrivate(int Font, CFFFont.OffsetItem Subr) The function creates a private dict for a font that was not CID All the keys are copied as is except for the subrs keyprivate voidCFFFontSubset.CreateNonCIDSubrs(int Font, CFFFont.IndexBaseItem PrivateBase, CFFFont.OffsetItem Subrs) the function marks the beginning of the subrs index and adds the subsetted subrs index to the output list.private voidCFFFontSubset.ReconstructFDArray(int Font, CFFFont.OffsetItem[] fdPrivate) Function subsets the FDArray and builds the new one with new offsetsprivate voidCFFFontSubset.ReconstructPrivateDict(int Font, CFFFont.OffsetItem[] fdPrivate, CFFFont.IndexBaseItem[] fdPrivateBase, CFFFont.OffsetItem[] fdSubrs) Function Adds the new private dicts (only for the FDs used) to the listprivate voidCFFFontSubset.ReconstructPrivateSubrs(int Font, CFFFont.IndexBaseItem[] fdPrivateBase, CFFFont.OffsetItem[] fdSubrs) Function Adds the new LSubrs dicts (only for the FDs used) to the listConstructors in com.aowagie.text.pdf with parameters of type CFFFont.OffsetItemModifierConstructorDescription(package private)IndexMarkerItem(CFFFont.OffsetItem offItem, CFFFont.IndexBaseItem indexBase) (package private)MarkerItem(CFFFont.OffsetItem pointerToMarker) (package private)SubrMarkerItem(CFFFont.OffsetItem offItem, CFFFont.IndexBaseItem indexBase)