ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez via ntg-context <ntg-context@ntg.nl>
To: ConTeXt users <ntg-context@ntg.nl>
Cc: Pablo Rodriguez <oinos@gmx.es>
Subject: issues with variable fonts in latest
Date: Thu, 15 Dec 2022 17:00:47 +0100	[thread overview]
Message-ID: <d8abf811-38d8-5259-5281-758ebdd731b1@gmx.es> (raw)

Dear Hans,

since you mentioned current latest (2022.12.09 16:34) regarding to
variable fonts today, I have found the following issues with Recursive
(comparing it with https://www.recursive.design/#toolbar):

  \definefontfeature[serifa]
    [axis={wght=500}]
  \definefontfeature[monor]
    [axis={wght=500,mono=1}]
  \definefontfeature[handy]
    [axis={wght=500,mono=1,casl=0.75}]
  \definefontfeature[cali]
    [axis={wght=500,crsv=1}]
  \definefontfamily[mainface][rm][Recursive]
    [features={default, serifa}]
  \definefontfamily[mainface][tt][Recursive]
    [features={default, monor}]
  \definefontfamily[mainface][hw][Recursive]
    [features={default, handy}]
  \definefontfamily[mainface][cg][Recursive]
    [features={default, cali}]
  \setupbodyfont[mainface]
  \starttext
  \startTEXpage[offset=1em]
  \scale[width=\textwidth]
    {\rm áéíóúijrf}
  \scale[width=\textwidth]
    {\tt áéíóúijrf}
  \scale[width=\textwidth]
    {\hw áéíóúijrf}
  \scale[width=\textwidth]
    {\cg áéíóúijrf}
  \stopTEXpage
  \stoptext

'mono=1' misplaces the dot in i and j and the accent in i (all to the
left). It also misses bottom lines in i, r and f. And it also misses the
upper left stroke in r.

'crsv=1' gives no alternate glyphs.

I use Recursive for a project and I discovered the issues.

Many thanks for your help,

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

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

             reply	other threads:[~2022-12-15 16:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-15 16:00 Pablo Rodriguez via ntg-context [this message]
2022-12-15 16:39 ` Hans Hagen via ntg-context
2022-12-15 18:40   ` Pablo Rodriguez via ntg-context
2022-12-15 18:45     ` Pablo Rodriguez via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d8abf811-38d8-5259-5281-758ebdd731b1@gmx.es \
    --to=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).