com.itextpdf.text.pdf
Class CFFFont.StringItem

java.lang.Object
  extended by com.itextpdf.text.pdf.CFFFont.Item
      extended by com.itextpdf.text.pdf.CFFFont.StringItem
Enclosing class:
CFFFont

protected static final class CFFFont.StringItem
extends CFFFont.Item


Field Summary
 String s
           
 
Fields inherited from class com.itextpdf.text.pdf.CFFFont.Item
myOffset
 
Constructor Summary
CFFFont.StringItem(String s)
           
 
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 com.itextpdf.text.pdf.CFFFont.Item
xref
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

public String s
Constructor Detail

CFFFont.StringItem

public CFFFont.StringItem(String s)
Method Detail

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.