|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
IFontFactory lookupFontFactory(PDDocument doc)
IFontFactory
suitable for doc
.
The result IFontFactory
should try to reuse fonts already
available in the document before it creates new ones.
doc
- The document that serves as the context and container for the
result fonts of the IFontFactory
.
IFontFactory
suitable for doc
.
|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |