Uses of Class
com.itextpdf.io.font.CFFFont.Item
-
Packages that use CFFFont.Item Package Description com.itextpdf.io.font -
-
Uses of CFFFont.Item in com.itextpdf.io.font
Subclasses of CFFFont.Item in com.itextpdf.io.font Modifier and Type Class Description protected static classCFFFont.DictNumberItemA dictionary number on the list.protected static classCFFFont.DictOffsetIteman unknown offset in a dictionary for the list.protected static classCFFFont.IndexBaseItemprotected static classCFFFont.IndexMarkerItemprotected static classCFFFont.IndexOffsetItemAn index-offset item for the list.protected static classCFFFont.MarkerItemAn offset-marker item for the list.protected static classCFFFont.OffsetItemprotected static classCFFFont.RangeItemA range item.protected static classCFFFont.StringItemprotected static classCFFFont.SubrMarkerItemprotected static classCFFFont.UInt16ItemA SID or Card16 item.protected static classCFFFont.UInt24ItemCard24 item.protected static classCFFFont.UInt32ItemCard32 item.protected static classCFFFont.UInt8ItemA Card8 item.Fields in com.itextpdf.io.font with type parameters of type CFFFont.Item Modifier and Type Field Description (package private) java.util.LinkedList<CFFFont.Item>CFFFontSubset. OutputListThe linked list for generating the new font stream
-