BEST_COMPRESSION, BEST_SPEED, compressed, compressionLevel, DEFAULT_COMPRESSION, ENDSTREAM, inputStream, inputStreamLength, NO_COMPRESSION, rawLength, ref, SIZESTREAM, STARTSTREAM, streamBytes, writer| Constructor and Description |
|---|
BaseFont.StreamFont(byte[] contents,
int[] lengths,
int compressionLevel)
Generates the PDF stream with the Type1 and Truetype fonts returning
a PdfStream.
|
BaseFont.StreamFont(byte[] contents,
java.lang.String subType,
int compressionLevel)
Generates the PDF stream for a font.
|
flateCompress, flateCompress, getRawLength, superToPdf, toPdf, toString, writeContent, writeLengthcontains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, sizecanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typepublic BaseFont.StreamFont(byte[] contents,
int[] lengths,
int compressionLevel)
throws DocumentException
contents - the content of the streamlengths - an array of int that describes the several lengths of each part of the fontcompressionLevel - the compression level of the StreamDocumentException - error in the stream compressionpublic BaseFont.StreamFont(byte[] contents,
java.lang.String subType,
int compressionLevel)
throws DocumentException
contents - the content of a streamsubType - the subtype of the font.compressionLevel - the compression level of the StreamDocumentException - error in the stream compression