Class CFFFont.DictNumberItem

java.lang.Object
com.itextpdf.io.font.CFFFont.Item
com.itextpdf.io.font.CFFFont.DictNumberItem
Enclosing class:
CFFFont

protected static final class CFFFont.DictNumberItem extends CFFFont.Item
A dictionary number on the list. This implementation is inefficient: it doesn't use the variable-length representation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private final int
     

    Fields inherited from class com.itextpdf.io.font.CFFFont.Item

    myOffset
  • Constructor Summary

    Constructors
    Constructor
    Description
    DictNumberItem(int value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    emit(byte[] buffer)
    Emit the byte stream for this item.
    int
    Retrieves the size of a DictNumberItem.
    void
    increment(int[] currentOffset)
    Remember the current offset and increment by item's size in bytes.
    void
    setSize(int size)
    Sets the size of a DictNumberItem.

    Methods inherited from class com.itextpdf.io.font.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 int value
    • size

      private int size
  • Constructor Details

    • DictNumberItem

      public DictNumberItem(int value)
  • Method Details

    • getSize

      public int getSize()
      Retrieves the size of a DictNumberItem.
      Returns:
      size value
    • setSize

      public void setSize(int size)
      Sets the size of a DictNumberItem.
      Parameters:
      size - size 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
      Parameters:
      currentOffset - increment offset by item's size
    • 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
      Parameters:
      buffer - byte array