ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Superios with Cardo font
@ 2020-01-27 16:00 Denis Maier
  2020-01-28 17:29 ` Pablo Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Maier @ 2020-01-27 16:00 UTC (permalink / raw)
  To: ntg-context

Hi,

I am trying to use the Cardo font with superior figures. But somehow 
these seems to work differently here than with other fonts:

====================
\definefontfeature[default][default][
     onum=yes,
     pnum=yes,
     ]

\definefontfeature[f:newstyle][onum=no,pnum=no]

\definefontfamily[cardo][rm][Cardo]
\definefontfamily[libertine][rm][Linux Libertine O]

\starttext
\setupbodyfont[cardo]
12345
{\feature[+][f:superiors]12345}

12345
{\feature[+][f:newstyle]\feature[+][f:superiors]12345}

\setupbodyfont[libertine]
12345
{\feature[+][f:superiors]12345}

12345
{\feature[+][f:newstyle]\feature[+][f:superiors]12345}
\stoptext
====================

Why is it that I have to manually disable onum and pnum with Cardo for 
sups to work?

(Note: Cardo is a ttf font, Linux Libertine O is a otf)

By the way, what is the correct way to define a new font feature for 
superios? (VerticalPosition=Superior; sups=yes; 
VerticalPosition=Superscript ...)

Best,
Denis
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Superios with Cardo font
  2020-01-27 16:00 Superios with Cardo font Denis Maier
@ 2020-01-28 17:29 ` Pablo Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Rodriguez @ 2020-01-28 17:29 UTC (permalink / raw)
  To: ntg-context

On 1/27/20 5:00 PM, Denis Maier wrote:
> Hi,
>
> I am trying to use the Cardo font with superior figures. But somehow
> these seems to work differently here than with other fonts:
> [...]
> Why is it that I have to manually disable onum and pnum with Cardo for
> sups to work?

Hi Denis,

you can’t have them all.

It might be related to the loopup order in the font itself. onum or pnum
precedence might require onum/pnum sups.

> (Note: Cardo is a ttf font, Linux Libertine O is a otf)

I think this makes no difference at all.

> By the way, what is the correct way to define a new font feature for
> superios? (VerticalPosition=Superior; sups=yes;
> VerticalPosition=Superscript ...)

sups=yes is the only way to invoke a font feature (such as it is defined
in the font itself [this is an OpenType tag]).

VerticalPosition and your values might be valid in fontspec. But ConTeXt
doesn’t go that way.

Just in case it helps,

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-28 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27 16:00 Superios with Cardo font Denis Maier
2020-01-28 17:29 ` Pablo Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).