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 class
an unknown offset in a dictionary for the list.protected static final class
An index-offset item for the list.Fields in com.aowagie.text.pdf declared as CFFFont.OffsetItemModifier and TypeFieldDescriptionprivate final CFFFont.OffsetItem
CFFFont.IndexMarkerItem.offItem
private final CFFFont.OffsetItem
CFFFont.SubrMarkerItem.offItem
private final CFFFont.OffsetItem
CFFFont.MarkerItem.p
Methods in com.aowagie.text.pdf with parameters of type CFFFont.OffsetItemModifier and TypeMethodDescriptionprivate void
CFFFontSubset.CreateCharset
(CFFFont.OffsetItem charsetRef, int nglyphs) Function creates new CharSet for non-CID fonts.private void
CFFFontSubset.CreateFDArray
(CFFFont.OffsetItem fdarrayRef, CFFFont.OffsetItem privateRef, int Font) Function creates new FDArray for non-CID fonts.private void
CFFFontSubset.CreateFDSelect
(CFFFont.OffsetItem fdselectRef, int nglyphs) Function creates new FDSelect for non-CID fonts.private void
CFFFontSubset.CreateKeys
(CFFFont.OffsetItem fdarrayRef, CFFFont.OffsetItem fdselectRef, CFFFont.OffsetItem charsetRef, CFFFont.OffsetItem charstringsRef) Function adds the keys into the TopDictprivate void
CFFFontSubset.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 void
CFFFontSubset.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 void
CFFFontSubset.ReconstructFDArray
(int Font, CFFFont.OffsetItem[] fdPrivate) Function subsets the FDArray and builds the new one with new offsetsprivate void
CFFFontSubset.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 void
CFFFontSubset.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)