Uses of Class
com.itextpdf.io.font.CFFFont.OffsetItem
Packages that use CFFFont.OffsetItem
-
Uses of CFFFont.OffsetItem in com.itextpdf.io.font
Subclasses of CFFFont.OffsetItem in com.itextpdf.io.fontModifier 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.itextpdf.io.font declared as CFFFont.OffsetItemModifier and TypeFieldDescriptionprivate final CFFFont.OffsetItemCFFFont.IndexMarkerItem.offItemprivate final CFFFont.OffsetItemCFFFont.SubrMarkerItem.offItem(package private) CFFFont.OffsetItemCFFFont.MarkerItem.pMethods in com.itextpdf.io.font with parameters of type CFFFont.OffsetItemModifier and TypeMethodDescriptionprotected 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 TopDict(package private) 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 key(package private) 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.(package private) voidCFFFontSubset.ReconstructFDArray(int Font, CFFFont.OffsetItem[] fdPrivate) Function subsets the FDArray and builds the new one with new offsets(package private) 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 list(package private) 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.itextpdf.io.font with parameters of type CFFFont.OffsetItemModifierConstructorDescriptionIndexMarkerItem(CFFFont.OffsetItem offItem, CFFFont.IndexBaseItem indexBase) MarkerItem(CFFFont.OffsetItem pointerToMarker) SubrMarkerItem(CFFFont.OffsetItem offItem, CFFFont.IndexBaseItem indexBase)