fop 1.0

org.apache.fop.render.java2d
Class Base14FontCollection

java.lang.Object
  extended by org.apache.fop.render.java2d.Base14FontCollection
All Implemented Interfaces:
FontCollection

public class Base14FontCollection
extends java.lang.Object
implements FontCollection

A base 14 font collection for graphics 2D


Constructor Summary
Base14FontCollection(java.awt.Graphics2D graphics2d)
          Main constructor
 
Method Summary
 int setup(int start, FontInfo fontInfo)
          Sets up fonts in a font info object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base14FontCollection

public Base14FontCollection(java.awt.Graphics2D graphics2d)
Main constructor

Parameters:
graphics2d - a graphics 2D
Method Detail

setup

public int setup(int start,
                 FontInfo fontInfo)
Sets up fonts in a font info object. Adds metrics for basic fonts and useful family-style-weight triplets for lookup.

Specified by:
setup in interface FontCollection
Parameters:
start - the font starting number
fontInfo - the font info to set up
Returns:
the starting font number for the next font to be added

fop 1.0

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