|
fop 0.95 | |||||||||
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.PDFDictionary
org.apache.fop.pdf.PDFFont
org.apache.fop.pdf.PDFFontNonBase14
org.apache.fop.pdf.PDFFontType1
public class PDFFontType1
Class representing a Type1 or MMType1 font (not necessary for the base 14).
Type1 fonts are specified on page 201 and onwards of the PDF 1.3 spec.
MMType1 fonts are specified on page 205 and onwards of the PDF 1.3 spec.
In fact everything already done in the superclass. Must only define the not default constructor.
Field Summary |
---|
Fields inherited from class org.apache.fop.pdf.PDFDictionary |
---|
entries, order |
Fields inherited from class org.apache.fop.pdf.PDFObject |
---|
DATE_FORMAT, log |
Constructor Summary | |
---|---|
PDFFontType1(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding)
Create the /Font object |
Method Summary |
---|
Methods inherited from class org.apache.fop.pdf.PDFFontNonBase14 |
---|
getDescriptor, setDescriptor, setToUnicode, setWidthMetrics, validate |
Methods inherited from class org.apache.fop.pdf.PDFFont |
---|
createFont, getBaseFont, getName, getPDFNameForFontType, output, setEncoding, setEncoding |
Methods inherited from class org.apache.fop.pdf.PDFDictionary |
---|
get, put, put, writeDictionary |
Methods inherited from class org.apache.fop.pdf.PDFObject |
---|
encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFFontType1(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
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |