Uses of Class org.apache.fop.pdf.PDFFont

Uses in package org.apache.fop.pdf

Classes derived from org.apache.fop.pdf.PDFFont

class
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).
class
Class representing a TrueType font.
class
Class representing a Type0 font.
class
Class representing a Type1 or MMType1 font (not necessary for the base 14).
class
Class representing a Type3 font.

Methods with parameter type org.apache.fop.pdf.PDFFont

void
add font object to resources list.

Methods with return type org.apache.fop.pdf.PDFFont

PDFFont
PDFFont.createFont(String fontname, FontType subtype, String basefont, Object encoding)
factory method with the basic parameters
PDFFont
PDFFont.createFont(String fontname, FontType subtype, String basefont, Object encoding, int firstChar, int lastChar, PDFArray widths, PDFFontDescriptor descriptor)
factory method with the extended parameters for Type1, MMType1 and TrueType
PDFFont
PDFDocument.findFont(String fontname)
Finds a font.
PDFFont
PDFFactory.makeFont(String fontname, String basefont, String encoding, FontMetrics metrics, FontDescriptor descriptor)
make a Type1 /Font object

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.