com.lowagie.text.pdf
Class BaseFont.StreamFont
- BaseFont
(package private) static class BaseFont.StreamFont
Generates the PDF stream with the Type1 and Truetype fonts returning
a PdfStream.
ARRAY , BOOLEAN , DICTIONARY , INDIRECT , NAME , NOTHING , NULL , NUMBER , STREAM , STRING , TEXT_PDFDOCENCODING , TEXT_UNICODE , bytes , indRef , type |
StreamFont(contents[] , String subType) - Generates the PDF stream for a font.
|
StreamFont(contents[] , lengths[] ) - Generates the PDF stream with the Type1 and Truetype fonts returning
a PdfStream.
|
contains , get , getKeys , isCatalog , isDictionaryType , isFont , isOutlineTree , isPage , isPages , merge , mergeDifferent , put , putAll , putDel , putEx , remove , size , toPdf |
canBeInObjStm , getBytes , getIndRef , isArray , isBoolean , isDictionary , isIndirect , isName , isNull , isNumber , isStream , isString , length , setContent , setIndRef , toPdf , toString , type |
StreamFont
public StreamFont(contents[] ,
String subType)
throws DocumentException
Generates the PDF stream for a font.
subType
- the subtype of the font.
StreamFont
public StreamFont(contents[] ,
lengths[] )
throws DocumentException
Generates the PDF stream with the Type1 and Truetype fonts returning
a PdfStream.