I have downloaded the FOP's main branch and I have built it successfully. After playing with the PDFTranscoder (only, no FOP) for several days I wanted to take the next step and try to add some custom fonts. I traced through the code and I think I need to provide a configuration class which implements Avalon's Configuration interface and at the same time can parse FOP's configuration file (for font metrics).
I was not able to find such class. I noticed that there is src/java/org/apache/fop/configuration package in Alt-Design and src/org/apache/fop/configuration in fop-0_20_5 but I could not find anything in the main trunk. Previously mentioned classes do not implement Configuration interface but could at least be a start for one. In addition, I was not able to find any configuration related classes in the trunk. How can I configure the latest PDFTranscoder code? Am I looking in wrong places? Thank you very much, Petar Obradovic
