ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* font search path and subfolders
@ 2015-01-31 12:40 Jörg Weger
  2015-01-31 12:54 ` Hans Hagen
  2015-01-31 15:05 ` Pablo Rodriguez
  0 siblings, 2 replies; 8+ messages in thread
From: Jörg Weger @ 2015-01-31 12:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-02 22:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-31 12:40 font search path and subfolders Jörg Weger
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

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).