Class CffFont.UInt32Item
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
Card32 item.
protected class CffFont.UInt32Item : CffFont.Item
- Inheritance
-
CffFont.UInt32Item
- Inherited Members
Constructors
UInt32Item(int)
public UInt32Item(int value)
Parameters
value
int
Fields
Value
public int Value
Field Value
Methods
Emit(byte[])
this is incomplete!
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[]