Re: [NTG-context] issues with variable fonts in latest

2022-12-15 Thread Pablo Rodriguez via ntg-context
On 12/15/22 19:40, Pablo Rodriguez via ntg-context wrote:
> [...]
> No, erased by hand and I attach the output from the just updated latest.
> 
> In red, I attach the results for 'mono=1', 'mono=1, casl=.75' and
> 'crsv=1' (from Inkscape).

Sorry, this attachment includes right results from Inkscape.

Pablo

recursive.pdf
Description: Adobe PDF document
___
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
___


Re: [NTG-context] issues with variable fonts in latest

2022-12-15 Thread Pablo Rodriguez via ntg-context
On 12/15/22 17:39, Hans Hagen via ntg-context wrote:
> On 12/15/2022 5:00 PM, Pablo Rodriguez via ntg-context wrote:
>> 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):
> maybe old font cache content?

No, erased by hand and I attach the output from the just updated latest.

In red, I attach the results for 'mono=1', 'mono=1, casl=.75' and
'crsv=1' (from Inkscape).

Do you get the results in red with latest LMTX?

Many thanks for your help,

Pablo

recursive.pdf
Description: Adobe PDF document
___
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
___


Re: [NTG-context] issues with variable fonts in latest

2022-12-15 Thread Hans Hagen via ntg-context

On 12/15/2022 5:00 PM, Pablo Rodriguez via ntg-context wrote:

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):

maybe old font cache content?


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
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
___


[NTG-context] issues with variable fonts in latest

2022-12-15 Thread Pablo Rodriguez via ntg-context
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
___