Floris van Manen schrieb am 03.05.2020 um 00:20:

At present the ibmplexmonothin font is seen by the mtxrun script

  mtxrun --script fonts --list --all --pattern=ibmplexmonothin*
identifier              familyname    fontname                filename
subfont   instances

ibmplexmonothin         ibmplexmono   ibmplexmonothin
/home/vm/.local/share/fonts/Unknown Vendor/OpenType/IBM Plex
Mono/IBM_Plex_Mono_Thin.otf
ibmplexmonothinitalic   ibmplexmono   ibmplexmonothinitalic
/home/vm/.local/share/fonts/Unknown Vendor/OpenType/IBM Plex
Mono/IBM_Plex_Mono_Thin_Italic.otf

But I don't manage to get the monothin variants loaded.
Any hints available?

Comes already comes with typescript for IBM Plex and you either
load one of the predefined setups or create your own combination.


\usetypescriptfile[ibmplex]

% Load IBM Plex with the regular width

% \setupbodyfont[ibmplex]

% Load IBM Plex with the thin width

%\setupbodyfont[ibmplex-thin]

% Custom setup with regular for serif and sans serif
% but thin as default for monospaced

\definetypeface [ibmplex] [rm] [serif] [ibmplex]      [default]
\definetypeface [ibmplex] [ss] [sans]  [ibmplex]      [default]
\definetypeface [ibmplex] [tt] [mono]  [ibmplex-thin] [default]
\definetypeface [ibmplex] [mm] [math]  [pagella]      [default]

\setupbodyfont [ibmplex]

\starttext

\rm
\tf Regular,
\it Italic,
\bf Bold and
\bi Bolditalic

\tt
\tf Regular,
\it Italic,
\bf Bold and
\bi Bolditalic

\stoptext

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

Reply via email to