jPod PDF library

de.intarsys.pdf.font.outlet
Class NullFontOutlet

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

public class NullFontOutlet
extends Object
implements IFontOutlet


Constructor Summary
NullFontOutlet()
           
 
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

NullFontOutlet

public NullFontOutlet()
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.

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.