fop 0.90alpha1

Uses of Class
org.apache.fop.fonts.Typeface

Packages that use Typeface
org.apache.fop.fonts Classes for font handling.  
org.apache.fop.fonts.base14 Base 14 fonts used for PDF and PostScript.  
org.apache.fop.render Generic renderer interface. 
 

Uses of Typeface in org.apache.fop.fonts
 

Subclasses of Typeface in org.apache.fop.fonts
 class CIDFont
          Abstract base class for CID fonts.
 class CustomFont
          Abstract base class for custom fonts loaded from files, for example.
 class LazyFont
          This class is used to defer the loading of a font until it is really used.
 class MultiByteFont
          Generic MultiByte (CID) font
 class SingleByteFont
          Generic SingleByte font
 

Methods in org.apache.fop.fonts that return Typeface
 Typeface FontReader.getFont()
          Get the generated font object
 Typeface LazyFont.getRealFont()
          Gets the real font.
 

Uses of Typeface in org.apache.fop.fonts.base14
 

Subclasses of Typeface in org.apache.fop.fonts.base14
 class Courier
           
 class CourierBold
           
 class CourierBoldOblique
           
 class CourierOblique
           
 class Helvetica
           
 class HelveticaBold
           
 class HelveticaBoldOblique
           
 class HelveticaOblique
           
 class Symbol
           
 class TimesBold
           
 class TimesBoldItalic
           
 class TimesItalic
           
 class TimesRoman
           
 class ZapfDingbats
           
 

Uses of Typeface in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type Typeface
protected  void AbstractPathOrientedRenderer.renderTextDecoration(Typeface tf, int fontsize, InlineArea inline, int baseline, int startx)
          Paints the text decoration marks.
 


fop 0.90alpha1

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