jPod PDF library

de.intarsys.pdf.font.outlet
Interface IFontOutlet

All Known Implementing Classes:
NullFontOutlet

public interface IFontOutlet

An object that creates IFontFactory instances specific for a PDDocument.


Method Summary
 IFontFactory lookupFontFactory(PDDocument doc)
          A IFontFactory suitable for doc.
 

Method Detail

lookupFontFactory

IFontFactory lookupFontFactory(PDDocument doc)
A IFontFactory suitable for doc.

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

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.