3

I would like to know if it is possible to use the ornaments contained in a font like Minion Pro from Adobe. I'm using XeLaTeX and fontspec (or mathspec), but I don't find information on ornaments in the guide.

Anthon
  • 314

1 Answers1

2
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Minion Pro}
\begin{document}

\Huge\char"E0BB\char"E0BC\char"E0BD\char"E0BE\char"E0BF

\end{document}

enter image description here