de.intarsys.pdf.font.outlet
Class StandardFontOutlet
java.lang.Object
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.
StandardFontOutlet
public StandardFontOutlet()
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
.
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.