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 , encodeBinaryToHexString , encodeString , encodeText , formatDateTime , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , getParent , hasObjectNumber , makeReference , output , outputInline , referencePDF , setDocument , setObjectNumber , setParent , 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-2008 The Apache Software Foundation. All Rights Reserved.