Hi,

Please ignore my previous mail, which deals with 'font-selection-strategy' property, not yet implemented in any of the FOP versions.

I have generated a simple example with a japanese characters in a block... Please find the input and output files as attachments...

font configuration is as follows...

<font metrics-url="file:///C:/Source/FOPLatest/msmincho.xml" embed-url="file:///C:/windows/fonts/msmincho.ttc" kerning="yes">
           <font-triplet name="MSMincho" style="normal" weight="normal"/>
           <font-triplet name="MSMincho" style="normal" weight="bold"/>
           <font-triplet name="MSMincho" style="italic" weight="normal"/>
           <font-triplet name="MSMincho" style="italic" weight="bold"/>
         </font>

I have tried with/without metrics-url property, both are resulting the same output...

And the above font is installed on my machine, windows....

Please help me in resolving this issue...

Venkat.
<?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 master-name="simple">
      <fo:region-body margin-top="3cm"/>
      <fo:region-before extent="3cm"/>
      <fo:region-after extent="1.5cm"/>
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="simple">
    <fo:flow flow-name="xsl-region-body">
      <fo:block font-size="18pt" text-align="center" font-family="MSMincho">
        明朝です
      </fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>

				          

Attachment: test-msmincho-font.pdf
Description: Adobe PDF document

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to