XSL FOP Kannada font not appearing properly

落爺英雄遲暮 提交于 2019-12-25 00:28:43

问题


I have configured TrueType file in configuration file like this

<fop version="1.0">
<renderers>
    <renderer mime="application/pdf">
        <fonts>
            <font embed-url="Nudi_05_k.ttf" kerning="yes">
                <font-triplet name="kannada" style="normal"
                    weight="normal" />
            </font>
            <!-- <font embed-url="Nudi_05_k.ttf" kerning="yes" sub-font="kannada"> 
                <font-triplet name="kannada" style="normal" weight="normal" /> </font> -->
        </fonts>
    </renderer>
</renderers>

It has to be displayed in the format as ಪ.ಪೂ.ಶಿ/ಪ್ರ.ಅ/99-2000/13.3.2000

But it is displaying as ಪೂಪಿಶ/್ಪರ.ಾದಖಾಲಿತ/2000-01/6-2-2001

来源:https://stackoverflow.com/questions/53632198/xsl-fop-kannada-font-not-appearing-properly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!