jinlin
2023-12-07 547d68b874dc4bb51d6ac39cc0fec2c227028ef0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!-- $Id: fop.xml 901793 2012-12-21 bin.yin $ -->
<!-- NOTE: This is the version of the configuration -->
<fop version="1.0">
    <base>./</base>
 
    <source-resolution>72</source-resolution>
 
    <target-resolution>72</target-resolution>
 
    <default-page-settings height="11.00in"
        width="8.50in" />
 
    <fonts>
<!--        <directory>C:\Windows\Fonts</directory>
        <font-triplet name="simfang" style="normal" weight="normal"/>-->
        <auto-detect/>
    </fonts>
 
 
</fop>