|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFFont
org.apache.fop.pdf.PDFFontNonBase14
org.apache.fop.pdf.PDFFontType0
Class representing a Type0 font.
Type0 fonts are specified on page 208 and onwards of the PDF 1.3 spec.
| Field Summary | |
protected PDFCMap |
cmap
The character map |
protected PDFCIDFont |
descendantFonts
This should be an array of CIDFont but only the first one is used |
| Fields inherited from class org.apache.fop.pdf.PDFFontNonBase14 |
descriptor, firstChar, lastChar, widths |
| Fields inherited from class org.apache.fop.pdf.PDFFont |
basefont, encoding, fontname, subtype |
| Fields inherited from class org.apache.fop.pdf.PDFObject |
DATE_FORMAT, log |
| Constructor Summary | |
PDFFontType0(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding)
Create the /Font object |
|
PDFFontType0(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding,
PDFCIDFont descendantFonts)
Create the /Font object |
|
| Method Summary | |
protected void |
fillInPDF(java.lang.StringBuffer target)
This method is called to receive the specifics for the font's subtype. |
void |
setCMAP(PDFCMap cmap)
Sets the character map |
void |
setDescendantFonts(PDFCIDFont descendantFonts)
Set the descendant font |
| Methods inherited from class org.apache.fop.pdf.PDFFontNonBase14 |
getDescriptor, setDescriptor, setWidthMetrics, validate |
| Methods inherited from class org.apache.fop.pdf.PDFFont |
createFont, createFont, getName, getPDFNameForFontType, toPDFString |
| Methods inherited from class org.apache.fop.pdf.PDFObject |
encode, encodeString, encodeText, formatDateTime, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, output, referencePDF, setDocument, setObjectNumber, toPDF |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected PDFCIDFont descendantFonts
protected PDFCMap cmap
| Constructor Detail |
public PDFFontType0(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding)
fontname - the internal name for the fontbasefont - the base font nameencoding - the character encoding schema used by the font
public PDFFontType0(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding,
PDFCIDFont descendantFonts)
fontname - the internal name for the fontbasefont - the base font nameencoding - the character encoding schema used by the fontdescendantFonts - the CIDFont upon which this font is based| Method Detail |
public void setDescendantFonts(PDFCIDFont descendantFonts)
descendantFonts - the CIDFont upon which this font is basedpublic void setCMAP(PDFCMap cmap)
cmap - the character mapprotected void fillInPDF(java.lang.StringBuffer target)
PDFFontThe given buffer already contains the fields common to all font types.
fillInPDF in class PDFFontNonBase14PDFFont.fillInPDF(StringBuffer)
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||