org.apache.fop.pdf
Class PDFCIDFontDescriptor
- PDFWritable
public class PDFCIDFontDescriptor
Class representing a font descriptor for CID fonts.
Font descriptors for CID fonts are specified on page 227 and onwards of the PDF 1.3 spec.
PDFCIDFontDescriptor(String basefont, int[] fontBBox, int capHeight, int flags, int italicAngle, int stemV, String lang) - Create a /FontDescriptor object.
|
encode , encodeBinaryToHexString , encodeString , encodeText , formatDateTime , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , getParent , hasObjectNumber , makeReference , output , outputInline , referencePDF , setDocument , setObjectNumber , setParent , toPDF , toPDFString |
PDFCIDFontDescriptor
public PDFCIDFontDescriptor(String basefont,
int[] fontBBox,
int capHeight,
int flags,
int italicAngle,
int stemV,
String lang)
Create a /FontDescriptor object.
basefont
- the base font namefontBBox
- the bounding box for the described fontcapHeight
- height of the capital lettersflags
- various characteristics of the fontitalicAngle
- the angle of the vertical dominant strokesstemV
- the width of the dominant vertical stems of glyphslang
- the language
setCIDSet
public void setCIDSet(PDFStream cidSet)
Set the CID set stream.
cidSet
- the PDF stream containing the CID set
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.