Class BaseFont.StreamFont
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfObject
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfDictionary
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfStream
com.gitlab.pdftk_java.com.lowagie.text.pdf.BaseFont.StreamFont
- Enclosing class:
BaseFont
Generates the PDF stream with the Type1 and Truetype fonts returning
a PdfStream.
-
Field Summary
Fields inherited from class PdfStream
BEST_COMPRESSION, BEST_SPEED, compressed, compressionLevel, DEFAULT_COMPRESSION, ENDSTREAM, inputStream, inputStreamLength, NO_COMPRESSION, rawLength, ref, SIZESTREAM, STARTSTREAM, streamBytes, writer -
Constructor Summary
ConstructorsConstructorDescriptionStreamFont(byte[] contents, int[] lengths) Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.StreamFont(byte[] contents, String subType) Generates the PDF stream for a font. -
Method Summary
Methods inherited from class PdfStream
flateCompress, flateCompress, getRawLength, superToPdf, toPdf, toString, writeContent, writeLengthMethods inherited from class PdfDictionary
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isDictionaryType, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putDel, putEx, remove, sizeMethods inherited from class PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
StreamFont
Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.- Parameters:
contents- the content of the streamlengths- an array of int that describes the several lengths of each part of the font- Throws:
DocumentException- error in the stream compression
-
StreamFont
Generates the PDF stream for a font.- Parameters:
contents- the content of a streamsubType- the subtype of the font.- Throws:
DocumentException
-