|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.layout.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.
Contains all font related data to create FontProgram and PdfFont. FontProgramDescriptor fetches with FontProgramDescriptorFactory. @see FontProvider#getPdfFont(FontInfo) @see FontProvider#getPdfFont(FontInfo, FontSet) Note, .getAlias() and .getDescriptor()Class FontInfo, byte[] getFontData()doare not taken into account in .equals, the same font with different aliases will have equal FontInfo's, and therefore the same PdfFont in the end document.
Gets font data, if FontInfo was created with {@code byte[]}. @return font data
Create new FontSelector instance. @param allFontsUnsortedunsorted set of all available fonts. @param fontFamiliesSortedsorted list of preferred font families. @param fc instance of FontCharacteristics.
Gets available fonts.Class FontSet, CollectionNote, the collection is unmodifiable. @return set of all available fonts
Gets union of available and temporary fonts.Note, the collection is unmodifiable. @param tempFonts set of temporary fonts @return set of all available and temporary fonts
Binary search over ordered segments. @param n numeric character reference based on the character's Unicode code point @return true if this Range contains the specified code point, otherwise false
Constructor with a single char. @param ch a single charClass RangeBuilder, constructor RangeBuilder(char, char).
Constructor with a single range. @param low low boundary of theClass RangeBuilder, constructor RangeBuilder(int)range.range @param high high boundary of the range.
Constructor with a single number. @param n a single numberClass RangeBuilder, constructor RangeBuilder(int, int).
Constructor with a single range. @param low low boundary of theClass RangeBuilder, RangeBuilder addRange(char)range.range @param high high boundary of the range.
Add range with a single char. @param ch a singleClass RangeBuilder, RangeBuilder addRange(char, char)char.char @return this RangeBuilder
Add one more range. @param low low boundary of theClass RangeBuilder, RangeBuilder addRange(int)range.range @param high high boundary of therange.range @return this RangeBuilder
Add range with a single number. @param n a singleClass RangeBuilder, RangeBuilder addRange(int, int)number.number @return this RangeBuilder
Add one more range. @param low low boundary of therange.range @param high high boundary of therange.range @return this RangeBuilder