Class CFFFont
java.lang.Object
com.aowagie.text.pdf.CFFFont
- Direct Known Subclasses:
CFFFontSubset
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final classA dictionary number on the list.protected static final classan unknown offset in a dictionary for the list.(package private) final classTODO Changed from private to protected by Ygalinvalid input: '&Oren'protected static final classprotected static final classprotected static final classAn index-offset item for the list.protected static classList items for the linked list that builds the new CID font.protected static final classAn offset-marker item for the list.protected static classprotected static final classA range item.protected static final classprotected static final classTODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Commentsprotected static final classA SID or Card16 item.protected static final classCard24 item.protected static final classCard32 item.protected static final classA Card8 item. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected Object[]protected RandomAccessFileOrArrayA random Access File or an arrayprotected CFFFont.Font[]protected intprotected int[]protected Stringprivate final intprivate final int[]private final intprivate static final String[](package private) static final String[]protected intprotected int[]private final intprotected int[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) char(package private) chargetCard8()protected voidprotected CFFFont.RangeItemgetEntireIndexRange(int indexOffset) a utility that creates a range item for an entire index(package private) int[]getIndex(int nextIndexOffset) private intgetInt()String[]getNames()private intgetOffset(int offSize) (package private) intprivate shortgetShort()private StringgetString(char sid) private voidReadEncoding(int nextIndexOffset) (package private) voidseek(int offset)
-
Field Details
-
operatorNames
-
standardStrings
-
key
-
args
-
arg_count
protected int arg_count -
buf
A random Access File or an array -
offSize
private final int offSize -
nameIndexOffset
private final int nameIndexOffset -
topdictIndexOffset
private final int topdictIndexOffset -
stringIndexOffset
protected int stringIndexOffset -
gsubrIndexOffset
protected int gsubrIndexOffset -
nameOffsets
private final int[] nameOffsets -
topdictOffsets
protected int[] topdictOffsets -
stringOffsets
protected int[] stringOffsets -
gsubrOffsets
protected int[] gsubrOffsets -
fonts
-
-
Constructor Details
-
CFFFont
-
-
Method Details
-
getString
-
getCard8
char getCard8() -
getCard16
char getCard16() -
getOffset
private int getOffset(int offSize) -
seek
void seek(int offset) -
getShort
private short getShort() -
getInt
private int getInt() -
getPosition
int getPosition() -
getIndex
int[] getIndex(int nextIndexOffset) -
getDictItem
protected void getDictItem() -
getEntireIndexRange
a utility that creates a range item for an entire index- Parameters:
indexOffset- where the index is- Returns:
- a range item representing the entire index
-
getNames
-
ReadEncoding
private void ReadEncoding(int nextIndexOffset)
-