xelatex 未正確產生泰盧固語字體字符

xelatex 未正確產生泰盧固語字體字符

任何人都有這個問題。

這是下面的程式碼。

    \documentclass{article}
    \usepackage{fontspec}
    \setmainfont{Gautami}
    \usepackage{polyglossia}
    \setmainlanguage{telugu}
    \begin{document}
    చేయి అనగా మానవులు, చింపాంజీలు, కోతులు మరియు లెమూర్లకు గల శరీరభాగమునకు వేళ్లు
    కలబాహ్యంగము. కోలా చేతికి ఎదురెదురుగా వున్న రెండు బొటనవ్రేళ్లు వుంటాయి కాబట్టి దాని శరీరభాగాన్ని
    కూడా చేయి లేక 'పా'లు అంటారు.
    \end{document}

這是我得到的輸出。

在此輸入影像描述

但實際輸出應該是

在此輸入影像描述

答案1

我用的gautami.ttf是MS的:

voss@shania:~/tmp> otfinfo -i gautami.ttf 
Family:              Gautami
Subfamily:           Regular
Full name:           Gautami
PostScript name:     Gautami
Version:             Version 1.21
Unique ID:           Gautami Regular
Description:         Gautami is an OpenType font for the Indic script-Telugu. It is based on Unicode, contains TrueType outlines and has been designed for use as a UI font.
Designer:            Raghunath Joshi (Type Director), Omkar Shende
Designer URL:        http://www.ncst.ernet.in/~rkjoshi
Copyright:           © 2001 Microsoft Corporation. All rights reserved.
Vendor ID:           MS

xelatex在您的範例中使用最新的 TeXLive 2013 運行:

在此輸入影像描述

相關內容