Package com.itextpdf.io.font
Class CFFFont.OffsetItem
- java.lang.Object
-
- com.itextpdf.io.font.CFFFont.Item
-
- com.itextpdf.io.font.CFFFont.OffsetItem
-
- Direct Known Subclasses:
CFFFont.DictOffsetItem
,CFFFont.IndexOffsetItem
- Enclosing class:
- CFFFont
protected abstract static class CFFFont.OffsetItem extends CFFFont.Item
-
-
Field Summary
Fields Modifier and Type Field Description private int
offset
-
Fields inherited from class com.itextpdf.io.font.CFFFont.Item
myOffset
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OffsetItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOffset()
Retrieves offset of an OffsetItem object.void
setOffset(int offset)
Set the value of an offset item that was initially unknown.-
Methods inherited from class com.itextpdf.io.font.CFFFont.Item
emit, increment, xref
-
-
-
-
Method Detail
-
getOffset
public int getOffset()
Retrieves offset of an OffsetItem object.- Returns:
- offset value
-
setOffset
public void setOffset(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 set
-
-