Generated by
JDiff

com.itextpdf.io.font Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.io.font as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class CFFFont.DictOffsetItem

an An unknown offset in a dictionary for the list. We will fix up the offset later; for now, assume it's large.

Class CFFFont.Font, int getFDArrayCount()

Retrieves the font dictionary array count of the object. @return FD font dictionary array count
Class CFFFont.Font, int[] getFDArrayOffsets()

Retrieves the font dictionary array offsets of the object. @return FD font dictionary array offsets
Class CFFFont.Font, int getFDArrayOffsize()

Retrieves the font dictionary array offsize of the object. @return FD font dictionary array offsize
Class CFFFont.Font, int getFDSelectFormat()

Retrieves the font dictionary select format of the object. @return FD font dictionary select format
Class CFFFont.Font, int getFDSelectLength()

Retrieves the font dictionary select length of the object. @return FD font dictionary select length
Class CFFFont.Font, int getFdarrayOffset()

Retrieves the font dictionary array offset of the object. @return FD font dictionary array offset
Class CFFFont.Font, int[] getFdprivateLengths()

Retrieves the font dictionary private lengths of the object. @return FD font dictionary private lengths
Class CFFFont.Font, int[] getFdprivateOffsets()

Retrieves the font dictionary private offsets of the object. @return FD font dictionary private offsets
Class CFFFont.Font, int[] getFdprivateSubrs()

Retrieves the font dictionary private subrs of the object. @return FD font dictionary private subrs
Class CFFFont.Font, int getFdselectOffset()

Retrieves the font dictionary select offset of the object. @return FD font dictionary select offset
Class CFFFont.Font, int getNglyphs()

Retrieves the number of glyphs of in the font. @return number of glyphs
Class CFFFont.Font, boolean isCID()

Retrieves whether the font is a CID font. @return {@code true} if font is CID font, {@code false} otherwise
Class CFFFont.Font, void setCID(boolean)

Sets if font is CID font. @param CID {@code true} if font is CID font, {@code false} otherwise
Class CFFFont.Font, void setFDArrayCount(int)

Sets the font dictionary array count of the object. @param FDArrayCount FD font dictionary array count
Class CFFFont.Font, void setFDArrayOffsets(int[])

Sets the font dictionary array offsets of the object. @param FDArrayOffsets FD font dictionary array offsets
Class CFFFont.Font, void setFDArrayOffsize(int)

Sets the font dictionary array offsize of the object. @param FDArrayOffsize FD font dictionary array offsize
Class CFFFont.Font, void setFDSelect(int[])

Sets the font dictionary select of the object. @param FDSelect FD font dictionary select
Class CFFFont.Font, void setFDSelectFormat(int)

Sets the font dictionary select format of the object. @param FDSelectFormat FD font dictionary select format
Class CFFFont.Font, void setFDSelectLength(int)

Sets the font dictionary select length of the object. @param FDSelectLength FD font dictionary select length
Class CFFFont.Font, void setFdarrayOffset(int)

Sets the font dictionary array offset of the object. @param fdarrayOffset FD font dictionary array offset
Class CFFFont.Font, void setFdprivateLengths(int[])

Sets the font dictionary private lengths of the object. @param fdprivateLengths FD font dictionary private lengths
Class CFFFont.Font, void setFdprivateOffsets(int[])

Sets the font dictionary private offsets of the object. @param fdprivateOffsets FD font dictionary private offsets
Class CFFFont.Font, void setFdprivateSubrs(int[])

Sets the font dictionary private subrs of the object. @param fdprivateSubrs FD font dictionary private subrs
Class CFFFont.Font, void setFdselectOffset(int)

Sets the font dictionary select offset of the object. @param fdselectOffset FD font dictionary select offset
Class CFFFont.Font, void setNglyphs(int)

Sets the number of glyphs of in the font. @param nglyphs number of glyphs
Class CFFFont.Font, void setPrivateSubrsOffset(int[])

Set Sets the private subrs offset of the font @param privateSubrsOffset private subrs offset

Class CFFFont.OffsetItem, void setOffset(int)

Set Sets the value of an offset item that was initially unknown. It will be fixed up latex later by a call to xref on some marker. @param offset offset to set

Class CFFFont.UInt32Item

A Card32 item.

Class CFFFont, byte[] getCID(String)

get Gets 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. @param fontName name of the font font @return byte array represents the CID font
Class CFFFont, RangeItem getEntireIndexRange(int)

a A utility that creates a range item for an entire index @param indexOffset where the index is @return a range item representing the entire index

Class CMapEncoding, constructor CMapEncoding(String)

Creates a new CMap encoding. @param cmap CMap name .
Class CMapEncoding, constructor CMapEncoding(String, String)

Creates a new CMap encoding. @param cmap CMap name. name @param uniMap CMap to convert Unicode value to CID .
Class CMapEncoding, boolean isBuiltWith(String)

Checks whether the CMapEncoding was built with corresponding cmap name. @param cmap a CMAP @return {@code true}, if the CMapEncoding was built with the cmap . , Otherwise {@code false} otherwise.

Class FontProgramFactory, FontProgram createFont(byte[], boolean)

Creates a new font program. The fonts are cached and if they already exist they are extracted from the cache, not parsed again.

@param fontProgram the byte contents of the font program @param cached whether to to cache this font program @return returns a new FontProgram. This font program may come from the cache @throws java.io.IOException exception is thrown in case an I/O error occurs when reading the file