XSL Formatter Q&A
OperationMultilanguages |
|
| Q. |
When I specified font-family="Helvetica, MingLiu" for sentences where Traditional Chinese and English exist together, all output characters used the MingLiu font. I expected the alphabet part to be output with Helvetica. Am I doing something wrong here? In XSL Formatter V2.5, I could achieve the expected behavior by this code.
<fo:block script="zh-TW" font-family="Helvetica, MingLiu"> <fo:block>北京市 (Beijing) 朝陽区 (Traditional Chinese text)</fo:block> </fo:block>[No.2005060301] |
|---|---|
| A. |
Please use <fo:block language="zh-TW" font-family="Helvetica, MingLiu"> <fo:block> ... We changed the treatment of related matters: |