Package com.itextpdf.io.font
Class CFFFont.MarkerItem
java.lang.Object
com.itextpdf.io.font.CFFFont.Item
com.itextpdf.io.font.CFFFont.MarkerItem
- Enclosing class:
- CFFFont
An offset-marker item for the list. It is used to mark an offset and to set the offset list item.
-
Field Summary
Fields inherited from class com.itextpdf.io.font.CFFFont.Item
myOffset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
xref()
Fix up cross references to this item (applies only to markers).Methods inherited from class com.itextpdf.io.font.CFFFont.Item
emit, increment
-
Constructor Details
-
MarkerItem
-
-
Method Details
-
xref
public void xref()Description copied from class:CFFFont.Item
Fix up cross references to this item (applies only to markers).- Overrides:
-
xref
in classCFFFont.Item
-