com.itextpdf.text.pdf
Class CFFFont.UInt24Item
java.lang.Object
com.itextpdf.text.pdf.CFFFont.Item
com.itextpdf.text.pdf.CFFFont.UInt24Item
- Enclosing class:
- CFFFont
protected static final class CFFFont.UInt24Item
- extends CFFFont.Item
Card24 item.
Method Summary |
void |
emit(byte[] buffer)
Emit the byte stream for this item. |
void |
increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public int value
CFFFont.UInt24Item
public CFFFont.UInt24Item(int value)
increment
public void increment(int[] currentOffset)
- Description copied from class:
CFFFont.Item
- remember the current offset and increment by item's size in bytes.
- Overrides:
increment
in class CFFFont.Item
emit
public void emit(byte[] buffer)
- Description copied from class:
CFFFont.Item
- Emit the byte stream for this item.
- Overrides:
emit
in class CFFFont.Item
Copyright © 2013. All Rights Reserved.