Junicode-font icon indicating copy to clipboard operation
Junicode-font copied to clipboard

No Contextual Swash Uppercase Q

Open amarakon opened this issue 1 year ago • 4 comments

In Junicode, the uppercase Q would go under a lowercase U but not a lowercase I. Therefore, collisions are avoided. In Junicode Two Beta, I can still get the swash Q via the swsh OpenType feature, but it will not be automatically disabled to avoid collisions. I am using LaTeX. Here is a minimum working example you can try out:

\documentclass[varwidth]{standalone}

\usepackage{fontspec}
\setmainfont{Junicode Two Beta VF}

\begin{document}

Que Qiy\\
\addfontfeatures{Style = Swash} Que Qiy

\end{document}

amarakon avatar Mar 15 '23 00:03 amarakon