|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.io.fontas colored differences. Deletions are shownlike 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.
anAn unknown offset in a dictionary for the list. We will fix up the offset later; for now, assume it's large.
Retrieves the font dictionary array count of the object. @returnClass CFFFont.Font, int[] getFDArrayOffsets()FDfont dictionary array count
Retrieves the font dictionary array offsets of the object. @returnClass CFFFont.Font, int getFDArrayOffsize()FDfont dictionary array offsets
Retrieves the font dictionary array offsize of the object. @returnClass CFFFont.Font, int getFDSelectFormat()FDfont dictionary array offsize
Retrieves the font dictionary select format of the object. @returnClass CFFFont.Font, int getFDSelectLength()FDfont dictionary select format
Retrieves the font dictionary select length of the object. @returnClass CFFFont.Font, int getFdarrayOffset()FDfont dictionary select length
Retrieves the font dictionary array offset of the object. @returnClass CFFFont.Font, int[] getFdprivateLengths()FDfont dictionary array offset
Retrieves the font dictionary private lengths of the object. @returnClass CFFFont.Font, int[] getFdprivateOffsets()FDfont dictionary private lengths
Retrieves the font dictionary private offsets of the object. @returnClass CFFFont.Font, int[] getFdprivateSubrs()FDfont dictionary private offsets
Retrieves the font dictionary private subrs of the object. @returnClass CFFFont.Font, int getFdselectOffset()FDfont dictionary private subrs
Retrieves the font dictionary select offset of the object. @returnClass CFFFont.Font, int getNglyphs()FDfont dictionary select offset
Retrieves the number of glyphsClass CFFFont.Font, boolean isCID()ofin the font. @return number of glyphs
Retrieves whether the font is a CID font. @return {@code true} if font is CID font, {@code false} otherwiseClass CFFFont.Font, void setCID(boolean)
Sets if font is CID font. @param CID {@code true} if font is CID font, {@code false} otherwiseClass CFFFont.Font, void setFDArrayCount(int)
Sets the font dictionary array count of the object. @param FDArrayCountClass CFFFont.Font, void setFDArrayOffsets(int[])FDfont dictionary array count
Sets the font dictionary array offsets of the object. @param FDArrayOffsetsClass CFFFont.Font, void setFDArrayOffsize(int)FDfont dictionary array offsets
Sets the font dictionary array offsize of the object. @param FDArrayOffsizeClass CFFFont.Font, void setFDSelect(int[])FDfont dictionary array offsize
Sets the font dictionary select of the object. @param FDSelectClass CFFFont.Font, void setFDSelectFormat(int)FDfont dictionary select
Sets the font dictionary select format of the object. @param FDSelectFormatClass CFFFont.Font, void setFDSelectLength(int)FDfont dictionary select format
Sets the font dictionary select length of the object. @param FDSelectLengthClass CFFFont.Font, void setFdarrayOffset(int)FDfont dictionary select length
Sets the font dictionary array offset of the object. @param fdarrayOffsetClass CFFFont.Font, void setFdprivateLengths(int[])FDfont dictionary array offset
Sets the font dictionary private lengths of the object. @param fdprivateLengthsClass CFFFont.Font, void setFdprivateOffsets(int[])FDfont dictionary private lengths
Sets the font dictionary private offsets of the object. @param fdprivateOffsetsClass CFFFont.Font, void setFdprivateSubrs(int[])FDfont dictionary private offsets
Sets the font dictionary private subrs of the object. @param fdprivateSubrsClass CFFFont.Font, void setFdselectOffset(int)FDfont dictionary private subrs
Sets the font dictionary select offset of the object. @param fdselectOffsetClass CFFFont.Font, void setNglyphs(int)FDfont dictionary select offset
Sets the number of glyphsClass CFFFont.Font, void setPrivateSubrsOffset(int[])ofin the font. @param nglyphs number of glyphs
SetSets the private subrs offset of the font @param privateSubrsOffset private subrs offset
SetSets the value of an offset item that was initially unknown. It will be fixed uplatexlater by a call to xref on some marker. @param offset offset to set
A Card32 item.
Class CFFFont, RangeItem getEntireIndexRange(int)getGets 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 thefontfont @return byte array represents the CID font
aA utility that creates a range item for an entire index @param indexOffset where the index is @return a range item representing the entire index
Creates a new CMap encoding. @param cmap CMap nameClass CMapEncoding, constructor CMapEncoding(String, String).
Creates a new CMap encoding. @param cmap CMapClass CMapEncoding, boolean isBuiltWith(String)name.name @param uniMap CMap to convert Unicode value to CID.
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.
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
tocache 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