org.apache.fop.pdf
Class PDFFontTrueType
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFFont
org.apache.fop.pdf.PDFFontNonBase14
org.apache.fop.pdf.PDFFontTrueType
public class PDFFontTrueType
- extends PDFFontNonBase14
class representing a TrueType font.
In fact everything already done in the superclass.
Must only define the not default constructor.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFFontTrueType
public PDFFontTrueType(int number,
String fontname,
byte subtype,
String basefont,
Object encoding)
- create the /Font object
- Parameters:
number
- the object's numberfontname
- the internal name for the fontsubtype
- the font's subtype (PDFFont.TRUETYPE)basefont
- the base font nameencoding
- the character encoding schema used by the fontmapping
- the Unicode mapping mechanism
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.