intarsys PDF library API

de.intarsys.pdf.font.outlet
Class StandardFontOutlet

java.lang.Object
  extended by de.intarsys.pdf.font.outlet.StandardFontOutlet
All Implemented Interfaces:
IFontOutlet

public class StandardFontOutlet
extends Object
implements IFontOutlet

The standard outlet for PDDocument specific IFontFactory instances.


Constructor Summary
StandardFontOutlet()
           
 
Method Summary
 IFontFactory lookupFontFactory(PDDocument doc)
          A IFontFactory suitable for doc.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFontOutlet

public StandardFontOutlet()
Method Detail

lookupFontFactory

public IFontFactory lookupFontFactory(PDDocument doc)
Description copied from interface: IFontOutlet
A IFontFactory suitable for doc.

The result IFontFactory should try to reuse fonts already available in the document before it creates new ones.

Specified by:
lookupFontFactory in interface IFontOutlet
Parameters:
doc - The document that serves as the context and container for the result fonts of the IFontFactory.
Returns:
A IFontFactory suitable for doc.

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.