| Method and Description |
|---|
| com.itextpdf.kernel.font.PdfType0Font.addRangeUni(TrueTypeFont, Map<Integer, int[]>, boolean) |
| com.itextpdf.kernel.font.PdfType0Font.getCidFontType2(TrueTypeFont, PdfDictionary, String, int[][])
will be removed in 7.2
|
| com.itextpdf.kernel.font.PdfType0Font.getToUnicode(Object[])
will be removed in 7.2. Use
PdfType0Font.getToUnicode(int[]) instead |
| com.itextpdf.kernel.pdf.collection.PdfCollection.getView()
Will always return null. The return will be changed to PdfName in 7.2.
Use
getPdfObject().getAsName(PdfName.View),
or one of PdfCollection.isViewDetails(), PdfCollection.isViewTile(), PdfCollection.isViewHidden(). |
Copyright © 1998–2018 iText Group NV. All rights reserved.