Are they ever the same in meaning? Because I based my presumption on it, otherwise my calculation based on having a similar effect will be wrong then. LPI: 8 = 1/8 in and CPI: 10 = 1/10 in.

I verified the result by measuring the printed output on paper. It was printed on a Lexmark Optra S 1250 laser printer. It didn't come out exactly as I expect. I tried it on the following renderers: PDF, PCL, AWT. They all have the same result.

I'm using version FOP 0.20.5.

Here's a sample of my FO file:
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
<fo:layout-master-set>
<fo:simple-page-master margin-right="0.5in" margin-left="0.5in"
margin-bottom="0.0in" margin-top="0.0in" page-width="11in"
page-height="8.5in" master-name="US Letter Landscape">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence line-height="0.125in" font-size="0.1in"
font-family="Courier" master-reference="US Letter Landscape">
<fo:flow flow-name="xsl-region-body">
<fo:block > </fo:block>
<fo:block > </fo:block>
<fo:block >
JTRP006 - QPRINT Override w/ Printer File Page: 1</fo:block>
<fo:block > </fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
<fo:block >This will print LPI(8) &amp; CPI(10).</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to