org.apache.fop.pdf
Class PDFFontTrueType
- PDFWritable
public class PDFFontTrueType
Class representing a TrueType font.
In fact everything already done in the superclass.
Must only define the not default constructor.
PDFFontTrueType(String fontname, String basefont, Object encoding)- create the /Font object
|
encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString |
PDFFontTrueType
public PDFFontTrueType(String fontname,
String basefont,
Object encoding) create the /Font object
fontname - the internal name for the fontbasefont - the base font nameencoding - the character encoding schema used by the font
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.