Class CffFont.StringItem
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
protected class CffFont.StringItem : CffFont.Item
- Inheritance
-
CffFont.StringItem
- Inherited Members
Constructors
StringItem(string)
public StringItem(string s)
Parameters
s
string
Fields
S
public string S
Field Value
Methods
Emit(byte[])
Emit the byte stream for this item.
public override void Emit(byte[] buffer)
Parameters
buffer
byte[]
Increment(int[])
remember the current offset and increment by item's size in bytes.
public override void Increment(int[] currentOffset)
Parameters
currentOffset
int[]