ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jörg Weger" <joerg73.muc@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: font search path and subfolders
Date: Sat, 31 Jan 2015 13:40:14 +0100	[thread overview]
Message-ID: <54CCCD2E.3020805@googlemail.com> (raw)

In my Linux home folder I have the usual “~/.fonts/” folder in which I 
have put subfolders “~/.fonts/opentype/” and “~/.fonts/truetype/”. 
Inside those subfolders I would like font families to have their own 
subfolders. When I set the font search path by running

export 
OSFONTDIR="/usr/local/share/fonts;$HOME/.fonts/opentype;$HOME/.fonts/truetype"

from the command line

followed by

mtxrun --script fonts --reload

only the fonts in the /truetype/ subfolders are recognised. This means I 
have to put all my opentype fonts directly into the /opentype/ folder. 
On Stackexchange I found a solution

http://tex.stackexchange.com/questions/209705/context-system-font-search-path 


which says that putting “//” after the folder made the search recursive,

but neither

export 
OSFONTDIR="/usr/local/share/fonts//;$HOME/.fonts/opentype//;$HOME/.fonts/truetype//"

nor

export OSFONTDIR="/usr/local/share/fonts//;$HOME/.fonts//"

works for me.

What am I missing? (Typo maybe?)

Being able to put opentype font families into subfolders as well would 
be a great help to keep a clear view of all my fonts.

Greetings Jörg
___________________________________________________________________________________
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-01-31 12:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-31 12:40 Jörg Weger [this message]
2015-01-31 12:54 ` Hans Hagen
2015-01-31 13:22   ` Jörg Weger
2015-01-31 15:05 ` Pablo Rodriguez
2015-01-31 16:35   ` Jörg Weger
2015-01-31 18:26     ` Pablo Rodriguez
2015-01-31 20:07       ` Jörg Weger
2015-02-02 22:32         ` Jörg Weger

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=54CCCD2E.3020805@googlemail.com \
    --to=joerg73.muc@googlemail.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).