Diacritics rendering with Graphite renderer and LuaLaTeX for Kashmiri
niruvt opened this issue · 1 comments
niruvt commented
Have a look at this example:
\documentclass[border=1cm]{standalone}
\usepackage[%
english,%
bidi = {bidi-r}%
]{babel}
\usepackage{fontspec}
\newfontfamily\ksfnt[%
IgnoreFontspecFile,%
Extension = {.ttf},%
Renderer = {Graphite}%
]{AwamiNastaliq-Regular}
\begin{document}
\ksfnt
یِہ (کوٗر) چھَےٚ اَم کھؠوَان۔
\end{document}
The diacritics are misplaced in this. LibreOffice produces an output with correct placement:
What can be the reason?
niruvt commented