Class CFFFont.UInt16Item

java.lang.Object
com.aowagie.text.pdf.CFFFont.Item
com.aowagie.text.pdf.CFFFont.UInt16Item
Enclosing class:
CFFFont

protected static final class CFFFont.UInt16Item extends CFFFont.Item
A SID or Card16 item.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final char
     

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

    myOffset
  • Constructor Summary

    Constructors
    Constructor
    Description
    UInt16Item(char value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 com.aowagie.text.pdf.CFFFont.Item

    xref

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      private final char value
  • Constructor Details

    • UInt16Item

      UInt16Item(char value)
  • Method Details

    • 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