ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: how to insert symbols into document?
Date: Sat, 18 Apr 2015 16:09:44 +0200	[thread overview]
Message-ID: <B4E88612-529C-43F6-A105-4F53A43BE662@gmail.com> (raw)
In-Reply-To: <5532453E.9040003@wxs.nl>


[-- Attachment #1.1: Type: text/plain, Size: 1334 bytes --]


> Am 18.04.2015 um 13:51 schrieb Hans Hagen <pragma@wxs.nl>:
> 
> On 4/18/2015 1:21 PM, Csikos Bela wrote:
>> 
>> Before answering I wanted to find out how to make this fallback: Using a given font
>> and fall back to only one (or a few) specific characters in another font. For example
>> using Tex Gyre Pagella and fall back to Dejavu's black diamond, but not to any other
>> characters.
>> 
>> To learn how to do this, in the last few days I read most of (if not all) the related pages on
>> the wiki site, and browsed the indicated pdf documents too. Unfortunately I find the wiki
>> pages confusing, and I couldn't find out how to solve the problem yet, but I did not want
>> to wait longer with the answer. I will study further the docs.
> 
> search for 'fallbacks' in the test suite
> 
> (you can have fallback ranges but also individual characters)


Fallbacks don’t work when you use \iffontchar to check if the character is in the font
even though it is available in the fallback font.

\definefallbackfamily [testfont] [rm] [DejaVu Serif] [range=0x25C6]
\definefontfamily     [testfont] [rm] [TeX Gyre Pagella]

\setupbodyfont[dejavu]

\starttext

◆ : \checkedtextchar{"25C6}{{\tttf ??}}

\switchtobodyfont[testfont]

◆ : \checkedtextchar{"25C6}{{\tttf ??}}

\stoptext

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 5432 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2015-04-18 14:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-12 23:29 Csikos Bela
2015-04-13  4:15 ` Otared Kavian
2015-04-13 11:14   ` Csikos Bela
2015-04-13 12:04     ` Otared Kavian
2015-04-13 20:51 ` Wolfgang Schuster
2015-04-18 11:21   ` Csikos Bela
2015-04-18 11:43     ` Wolfgang Schuster
2015-04-23 14:26       ` Csikos Bela
2015-04-18 11:51     ` Hans Hagen
2015-04-18 14:09       ` Wolfgang Schuster [this message]
2015-04-18 14:53         ` Hans Hagen

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=B4E88612-529C-43F6-A105-4F53A43BE662@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --cc=ntg-context@ntg.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).