Package com.lowagie.text.pdf
Class CFFFont.UInt32Item
java.lang.Object
com.lowagie.text.pdf.CFFFont.Item
com.lowagie.text.pdf.CFFFont.UInt32Item
- Enclosing class:
- CFFFont
Card32 item.
-
Field Summary
FieldsFields inherited from class com.lowagie.text.pdf.CFFFont.Item
myOffset -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lowagie.text.pdf.CFFFont.Item
xref
-
Field Details
-
value
public int value
-
-
Constructor Details
-
UInt32Item
public UInt32Item(int value)
-
-
Method Details
-
increment
public void increment(int[] currentOffset) Description copied from class:CFFFont.Itemremember the current offset and increment by item's size in bytes.- Overrides:
incrementin classCFFFont.Item
-
emit
public void emit(byte[] buffer) Description copied from class:CFFFont.ItemEmit the byte stream for this item.- Overrides:
emitin classCFFFont.Item
-