Class PDFFontTrueType
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.PDFFont
org.apache.fop.pdf.PDFFontNonBase14
org.apache.fop.pdf.PDFFontTrueType
- All Implemented Interfaces:
CompressedObject, PDFWritable
Class representing a TrueType font.
In fact everything already done in the superclass. Must only define the not default constructor.
-
Field Summary
Fields inherited from class PDFDictionary
entries, order -
Constructor Summary
ConstructorsConstructorDescriptionPDFFontTrueType(String fontname, String basefont, Object encoding) create the /Font object -
Method Summary
Methods inherited from class PDFFontNonBase14
getDescriptor, setDescriptor, setWidthMetrics, validateMethods inherited from class PDFFont
createFont, getBaseFont, getName, getPDFNameForFontType, output, setEncoding, setEncoding, setToUnicodeMethods inherited from class PDFDictionary
containsKey, get, getChildren, getChildren, keySet, put, put, remove, writeDictionaryMethods inherited from class PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, supportsObjectStream, toPDF, toPDFString
-
Constructor Details
-
PDFFontTrueType
-