PDFWritable
public class PDFCIDFontDescriptor extends PDFFontDescriptor
entries, order
Constructor | Description |
---|---|
PDFCIDFontDescriptor(java.lang.String basefont,
int[] fontBBox,
int capHeight,
int flags,
int italicAngle,
int stemV,
java.lang.String lang) |
Create a /FontDescriptor object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
setCIDSet(PDFStream cidSet) |
Set the CID set stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsKey, get, getChildren, getChildren, keySet, output, put, put, remove, writeDictionary
getCIDSet, getFontFile, setCIDSet, setFontFile, setMetrics
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
public PDFCIDFontDescriptor(java.lang.String basefont, int[] fontBBox, int capHeight, int flags, int italicAngle, int stemV, java.lang.String lang)
basefont
- the base font namefontBBox
- the bounding box for the described fontflags
- various characteristics of the fontcapHeight
- height of the capital lettersstemV
- the width of the dominant vertical stems of glyphsitalicAngle
- the angle of the vertical dominant strokeslang
- the languagepublic void setCIDSet(PDFStream cidSet)
cidSet
- the PDF stream containing the CID setCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.