In the example below with XeLaTeX, a normal "g" is printed and than an breve (a dish-like accent). They need to be combined to form a g-breve.
Any help would be appreciated!
Code: Select all
\documentclass{memoir}
\usepackage{fontspec,xltxtra,xunicode}
\setmainfont{Scala}
\newfontfamily\accentfont[Scale=0.8]{ScalaExpert}
\begin{document}
g \accentfont\char"0046
\end{document}