Package com.lowagie.text.pdf
Class CFFFont.OffsetItem
java.lang.Object
com.lowagie.text.pdf.CFFFont.Item
com.lowagie.text.pdf.CFFFont.OffsetItem
- Direct Known Subclasses:
CFFFont.DictOffsetItem
,CFFFont.IndexOffsetItem
- Enclosing class:
CFFFont
-
Field Summary
FieldsFields inherited from class com.lowagie.text.pdf.CFFFont.Item
myOffset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
set
(int offset) set the value of an offset item that was initially unknown.Methods inherited from class com.lowagie.text.pdf.CFFFont.Item
emit, increment, xref
-
Field Details
-
value
public int value
-
-
Constructor Details
-
OffsetItem
protected OffsetItem()
-
-
Method Details
-
set
public void set(int offset) set the value of an offset item that was initially unknown. It will be fixed up latex by a call to xref on some marker.- Parameters:
offset
- offset to be set
-