Uses of Class
com.itextpdf.text.pdf.CFFFont.Item
-
Packages that use CFFFont.Item Package Description com.itextpdf.text.pdf -
-
Uses of CFFFont.Item in com.itextpdf.text.pdf
Subclasses of CFFFont.Item in com.itextpdf.text.pdf Modifier and Type Class Description protected static class
CFFFont.DictNumberItem
A dictionary number on the list.protected static class
CFFFont.DictOffsetItem
an unknown offset in a dictionary for the list.protected static class
CFFFont.IndexBaseItem
protected static class
CFFFont.IndexMarkerItem
protected static class
CFFFont.IndexOffsetItem
An index-offset item for the list.protected static class
CFFFont.MarkerItem
An offset-marker item for the list.protected static class
CFFFont.OffsetItem
protected static class
CFFFont.RangeItem
A range item.protected static class
CFFFont.StringItem
protected static class
CFFFont.SubrMarkerItem
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Commentsprotected static class
CFFFont.UInt16Item
A SID or Card16 item.protected static class
CFFFont.UInt24Item
Card24 item.protected static class
CFFFont.UInt32Item
Card32 item.protected static class
CFFFont.UInt8Item
A Card8 item.Fields in com.itextpdf.text.pdf with type parameters of type CFFFont.Item Modifier and Type Field Description (package private) java.util.LinkedList<CFFFont.Item>
CFFFontSubset. OutputList
The linked list for generating the new font stream
-