com.lowagie.text.pdf

Class CFFFont.OffsetItem

Enclosing Class:
CFFFont
Known Direct Subclasses:
CFFFont.DictOffsetItem, CFFFont.IndexOffsetItem

protected static abstract class CFFFont.OffsetItem
extends CFFFont.Item

Field Summary

int
value

Fields inherited from class com.lowagie.text.pdf.CFFFont.Item

myOffset

Method Summary

void
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

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.