Re: Fonts and reporting classes

2001-08-17 Thread Spectron Caribe, Inc.
Subject: Re: Fonts and reporting classes On Thu, 16 Aug 2001 15:28:58 -0400 Spectron Caribe, Inc. wrote: 1. I know that in PDF files you can add a /FontDescriptor for a TrueType font without actually embedding the font. What this does is if the font is found in the system it uses

Fonts and reporting classes

2001-08-16 Thread Spectron Caribe, Inc.
I have been using FOP for a few days and I have a few questions: 1. I know that in PDF files you can add a /FontDescriptor for a TrueType font without actually embedding the font. What this does is if the font is found in the system it uses it, if not it uses another font. Is there any way I

Rendering to a printer

2001-08-14 Thread Spectron Caribe, Inc.
Hello: I have made a simple function to test fop: void print(String file){ try{ Driver driver = new Driver(); driver.setInputSource(new InputSource(file)); driver.setRenderer(Driver.RENDER_PDF); driver.run(); }catch(Exception e){