java.lang.Object
com.lowagie.text.pdf.CFFFont
- Direct Known Subclasses:
CFFFontSubset
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final classDeprecated.A dictionary number on the list.protected static final classDeprecated.an unknown offset in a dictionary for the list.protected final classDeprecated.TODO Changed from private to protected by Ygal&Orenprotected static final classDeprecated.protected static final classDeprecated.protected static final classDeprecated.An index-offset item for the list.protected static classDeprecated.List items for the linked list that builds the new CID font.protected static final classDeprecated.An offset-marker item for the list.protected static classDeprecated.protected static final classDeprecated.A range item.protected static final classDeprecated.protected static final classDeprecated.TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Commentsprotected static final classDeprecated.A SID or Card16 item.protected static final classDeprecated.Card24 item.protected static final classDeprecated.Card32 item.protected static final classDeprecated.A Card8 item. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intDeprecated.protected Object[]Deprecated.protected RandomAccessFileOrArrayDeprecated.A random Access File or an arrayprotected CFFFont.Font[]Deprecated.protected intDeprecated.protected int[]Deprecated.protected StringDeprecated.protected intDeprecated.protected int[]Deprecated.protected intDeprecated.protected int[]Deprecated.protected intDeprecated.protected int[]Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.byte[]Deprecated.get a single CID font.protected voidDeprecated.protected CFFFont.RangeItemgetEntireIndexRange(int indexOffset) Deprecated.a utility that creates a range item for an entire indexString[]getNames()Deprecated.getString(char sid) Deprecated.booleanDeprecated.
-
Field Details
-
key
Deprecated. -
args
Deprecated. -
arg_count
protected int arg_countDeprecated. -
buf
Deprecated.A random Access File or an array -
nameIndexOffset
protected int nameIndexOffsetDeprecated. -
topdictIndexOffset
protected int topdictIndexOffsetDeprecated. -
stringIndexOffset
protected int stringIndexOffsetDeprecated. -
gsubrIndexOffset
protected int gsubrIndexOffsetDeprecated. -
nameOffsets
protected int[] nameOffsetsDeprecated. -
topdictOffsets
protected int[] topdictOffsetsDeprecated. -
stringOffsets
protected int[] stringOffsetsDeprecated. -
gsubrOffsets
protected int[] gsubrOffsetsDeprecated. -
fonts
Deprecated.
-
-
Constructor Details
-
CFFFont
Deprecated.
-
-
Method Details
-
getString
Deprecated. -
getDictItem
protected void getDictItem()Deprecated. -
getEntireIndexRange
Deprecated.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
-
getCID
Deprecated.get a single CID font. The PDF architecture (1.4) supports 16-bit strings only with CID CFF fonts, not in Type-1 CFF fonts, so we convert the font to CID if it is in the Type-1 format. Two other tasks that we need to do are to select only a single font from the CFF package (this again is a PDF restriction) and to subset the CharStrings glyph description.- Parameters:
fontName- name of the font- Returns:
- byte array
-
isCID
Deprecated. -
exists
Deprecated. -
getNames
Deprecated.
-