de.intarsys.pdf.font.outlet
Class NullFontOutlet
java.lang.Object
de.intarsys.pdf.font.outlet.NullFontOutlet
- All Implemented Interfaces:
- IFontOutlet
public class NullFontOutlet
- extends Object
- implements IFontOutlet
NullFontOutlet
public NullFontOutlet()
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 © 2008 intarsys consulting GmbH. All Rights Reserved.