ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Floris van Manen <vm@klankschap.nl>
Subject: Re: [ibmplex setup script]
Date: Sun, 3 May 2020 19:01:19 +0200	[thread overview]
Message-ID: <00a459d3-72f2-688a-2d40-bf42e465e636@gmail.com> (raw)
In-Reply-To: <593df423-40cd-3faa-69be-43e7a82600e6@klankschap.nl>

Floris van Manen schrieb am 03.05.2020 um 18:24:
> I noticed that the same font test with the same lmtx versions on two
> different linux machines with the same ibmplex fonts installed, return a
> different rendering for the bold-italic.
> That is only one produces the italics, the other doesn't.
>
> I guess that is an example of true software magic,
> or yet another evidence that one observation will invert the result of
> the other ;-)

Even with this example:

\definefontfamily [mainface] [rm] [IBM Plex Serif]

%\definefontfamily [mainface] [rm] [IBM Plex Serif]
%  [tf=file:ibmplexserifthin,
%   it=file:ibmplexserifthinitalic,
%   bf=file:ibmplexserifregular,
%   bi=file:ibmplexserifitalic]

\definefontfamily [mainface] [ss] [IBM Plex Sans]

%\definefontfamily [mainface] [ss] [IBM Plex Sans]
%  [tf=file:ibmplexsansthin,
%   it=file:ibmplexsansthinitalic,
%   bf=file:ibmplexsansregular,
%   bi=file:ibmplexsansitalic]

%\definefontfamily [mainface] [tt] [IBM Plex Mono] [features=none]

\definefontfamily [mainface] [tt] [IBM Plex Mono]
   [features=none,
    tf=file:ibmplexmonothin,
    it=file:ibmplexmonothinitalic,
    bf=file:ibmplexmonoregular,
    bi=file:ibmplexmonoitalic]

\definefontfamily [mainface] [mm] [TeX Gyre Bonum Math]

\setupbodyfont[mainface]

\starttext

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

\ss
\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	other threads:[~2020-05-03 17:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-02 22:20 Floris van Manen
2020-05-03  8:49 ` Wolfgang Schuster
2020-05-03  9:24   ` Floris van Manen
2020-05-03 11:36   ` Floris van Manen
2020-05-03 15:20     ` Henning Hraban Ramm
2020-05-03 16:24       ` Floris van Manen
2020-05-03 17:01         ` Wolfgang Schuster [this message]

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=00a459d3-72f2-688a-2d40-bf42e465e636@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=vm@klankschap.nl \
    /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).