org.apache.fop.pdf
Class PDFFontType1
- PDFWritable
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.
PDFFontType1(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 |
PDFFontType1
public PDFFontType1(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.