Hi, What is modern way to see the list of available fonts? "mtxrun --script fonts --list" does not work anymore. Seems like a lot changed while I was not paying attention to ConTeXt ) Regards, Vyatcheslav
The help text mentions this, but somewhat cryptically --- it's not
quite clear that --all requires --list. Maybe mention that, like so?
--list --name list installed fonts, filter by name [--pattern]
--list --spec list installed fonts, filter by spec [--filter]
--list --file list installed fonts, filter by file [--pattern]
--pattern=str filter files using pattern
--filter=list key-value pairs
- --all show all found instances
+ --all show all found instances (combine with --list)
--info give more details
--track=list enable trackers
--statistics some info about the database
Cheers,
Sietse
On Mon, Nov 26, 2012 at 6:03 PM, luigi scarso
On Mon, Nov 26, 2012 at 6:01 PM, Vyatcheslav Y.
wrote: mtxrun --script fonts --list
mtxrun --script fonts --list --all
-- luigi ___________________________________________________________________________________ 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 ___________________________________________________________________________________
On 11/26/2012 8:52 PM, Sietse Brouwer wrote:
The help text mentions this, but somewhat cryptically --- it's not quite clear that --all requires --list. Maybe mention that, like so?
--list --name list installed fonts, filter by name [--pattern] --list --spec list installed fonts, filter by spec [--filter] --list --file list installed fonts, filter by file [--pattern]
--pattern=str filter files using pattern --filter=list key-value pairs - --all show all found instances + --all show all found instances (combine with --list) --info give more details --track=list enable trackers --statistics some info about the database
it's more the reverse ... some flag give more info when --all is given i.e. --list triggers an action ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans wrote:
it's more the reverse ... some flag give more info when --all is given i.e. --list triggers an action
Oh, then my text would be misleading. How about using this as the help text? <help text> --all show all found instances + --all show all found instances (combine with other flags) ... examples of searches: + mtxrun --script font --list --all mtxrun --script font --list somename (== --pattern=*somename*) Cheers, Sietse
participants (4)
-
Hans Hagen
-
luigi scarso
-
Sietse Brouwer
-
Vyatcheslav Y.