Re: [XeTeX] using character variants as RawFeature

2020-05-16 Thread Janusz S. Bień
On Sat, May 16 2020 at 20:05 +02, Ulrike Fischer wrote: [...] > You need a +, or alternatively use the fontspec key: > > \documentclass{article} > \usepackage{fontspec} > \setmainfont{JuniusX-Regular.ttf}[] FYI: I had to skip the ttf extension, otherwise the font was not found (it is in .local/s

Re: [XeTeX] using character variants as RawFeature

2020-05-16 Thread Janusz S. Bień
I forgot to include the list in my previous answer. On Sat, May 16 2020 at 17:37 +00, Baker, Peter S (psb6m) wrote: > Here's the syntax that worked for me: > > \usepackage{fontspec} > > \setmainfont{JuniusX}[RawFeature={+cv16=3}] It works, thank you veru much. Best regards Janusz --

Re: [XeTeX] using character variants as RawFeature

2020-05-16 Thread Ulrike Fischer
Am Sat, 16 May 2020 17:46:49 +0200 schrieb Janusz S. Bień: > Hi! > > I try to test the character variants introduced a few days ago to > JuniusX as the result of the following issue: > > https://github.com/psb1558/Junicode-New/issues/3 > > Here is my last test: > > --8<---cut here-

Re: [XeTeX] using character variants as RawFeature

2020-05-16 Thread Baker, Peter S (psb6m)
Here's the syntax that worked for me: \usepackage{fontspec} \setmainfont{JuniusX}[RawFeature={+cv16=3}] I didn't try to use the "Path" argument, rather had the font in .local/share/fonts and ran fc-cache on that directory. Peter Department of English University of Virginia P.O. Box 400121 Cha

Re: [XeTeX] using character variants as RawFeature

2020-05-16 Thread Baker, Peter S (psb6m)
Janusz, The Fontspec manual says indexing starts at 0. So should it be cv16=3, which would be equivalent to cv16=4 elsewhere? Not sure. I don't have XeTeX on the machine I'm using right now. I'm going to break out another machine and test there. P. Professor and Director of Graduate Admission