On 9/2/2023 11:45 AM, Wolfgang Schuster wrote:
Pablo Rodriguez schrieb am 02.09.2023 um 10:25:
Dear list,

I have the following sample (using current latest from 2023.08.27 13:48):

   \setupinteractionscreen[option=max]
   \definefontfamily[maf][rm][DejaVu Sans]
     [sl={style:tf, features:{default,slanted}}]
   \setupbodyfont[maf, 8pt]
   \setupfittingpage[offset=1ex]
   \starttext
   \startTEXpage
   a {\em b}
   \stopTEXpage
   \startTEXpage[foregroundstyle={\setupbodyfont[100pt]}]
   a {\em b}
   \stopTEXpage
   \stoptext

Using LMTX higher font size gives less slanted text (or not at all).

Using MkIV text is slanted fine, independent from font size.

Could anyone confirm the issue?

I can confirm the slant decreases at larger font sizes.

\starttext

\dostepwiserecurse{10}{100}{1}
  {{\switchtobodyfont[#1pt]#1pt:\definedfont[Serif*slanted]\vrule\relax S\vrule\relax lanted}\par}

\stoptext
in lpdf-lmt.lmt you can try:

l 593

tmsy = tmsy * sc

l 610

tmsy = tmsy * f_y_scale

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

Reply via email to