intarsys PDF library API

de.intarsys.pdf.font.outlet
Interface IFontOutlet

All Known Implementing Classes:
StandardFontOutlet

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.

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.