ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* info on fonts in MKIV
@ 2009-12-13 11:44 Willi Egger
  2009-12-13 11:51 ` Hans Hagen
  2009-12-13 14:05 ` Wolfgang Schuster
  0 siblings, 2 replies; 6+ messages in thread
From: Willi Egger @ 2009-12-13 11:44 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Hello,

after running

mtxrun --script fonts --list --info --pattern=heros*

I get only the following line:

texgyreherosbold   texgyreherosbold   texgyreheros-bold.otf

I would expect more heros-fonts and also info on the features in the  
fonts.

What am I missing?

KR

Willi
___________________________________________________________________________________
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] 6+ messages in thread

* Re: info on fonts in MKIV
  2009-12-13 11:44 info on fonts in MKIV Willi Egger
@ 2009-12-13 11:51 ` Hans Hagen
  2009-12-13 14:05 ` Wolfgang Schuster
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2009-12-13 11:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Willi Egger wrote:
> Hello,
> 
> after running
> 
> mtxrun --script fonts --list --info --pattern=heros*
> 
> I get only the following line:
> 
> texgyreherosbold   texgyreherosbold   texgyreheros-bold.otf
> 
> I would expect more heros-fonts and also info on the features in the fonts.
> 
> What am I missing?

--all


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 6+ messages in thread

* Re: info on fonts in MKIV
  2009-12-13 11:44 info on fonts in MKIV Willi Egger
  2009-12-13 11:51 ` Hans Hagen
@ 2009-12-13 14:05 ` Wolfgang Schuster
  2009-12-13 19:18   ` Willi Egger
  1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2009-12-13 14:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.12.2009 um 12:44 schrieb Willi Egger:

> Hello,
> 
> after running
> 
> mtxrun --script fonts --list --info --pattern=heros*
> 
> I get only the following line:
> 
> texgyreherosbold   texgyreherosbold   texgyreheros-bold.otf
> 
> I would expect more heros-fonts and also info on the features in the fonts.
> 
> What am I missing?

As Hans already told you need --all but there are many more option, when you call
the script without arguments (mtxrun --script font) you get the following list

MTXrun | TDS Runner Tool 1.24 | ConTeXt Font Database Management 0.21
MTXrun |
MTXrun | --save                save open type font in raw table
MTXrun | 
MTXrun | --reload              generate new font database
MTXrun | --reload --simple     generate 'luatex-fonts-names.lua' (not for context!)
MTXrun | 
MTXrun | --list --name         list installed fonts, filter by name [--pattern]
MTXrun | --list --spec         list installed fonts, filter by spec [--filter]
MTXrun | --list --file         list installed fonts, filter by file [--pattern]
MTXrun | 
MTXrun | --pattern=str         filter files using pattern
MTXrun | --filter=list         key-value pairs
MTXrun | --all                 show all found instances
MTXrun | --info                give more details
MTXrun | --track=list          enable trackers
MTXrun | 
MTXrun | examples of searches:
MTXrun | 
MTXrun | mtxrun --script font --list somename (== --pattern=*somename*)
MTXrun | 
MTXrun | mtxrun --script font --list --name somename
MTXrun | mtxrun --script font --list --name --pattern=*somename*
MTXrun | 
MTXrun | mtxrun --script font --list --spec somename
MTXrun | mtxrun --script font --list --spec somename-bold-italic
MTXrun | mtxrun --script font --list --spec --pattern=*somename*
MTXrun | mtxrun --script font --list --spec --filter="fontname=somename"
MTXrun | mtxrun --script font --list --spec --filter="familyname=somename,weight=bold,style=italic,width=condensed"
MTXrun | 
MTXrun | mtxrun --script font --list --file somename
MTXrun | mtxrun --script font --list --file --pattern=*somename*

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


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

* Re: info on fonts in MKIV
  2009-12-13 14:05 ` Wolfgang Schuster
@ 2009-12-13 19:18   ` Willi Egger
  2009-12-13 20:37     ` Wolfgang Schuster
  2009-12-14 20:40     ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Willi Egger @ 2009-12-13 19:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks indeed, I was looking at the --help, but did not see the clue.

Still, also with the --all switch there is no info concerning the  
features, which I thought should be listed with the --info switch?

Willi
On Dec 13, 2009, at 3:05 PM, Wolfgang Schuster wrote:

>
> Am 13.12.2009 um 12:44 schrieb Willi Egger:
>
>> Hello,
>>
>> after running
>>
>> mtxrun --script fonts --list --info --pattern=heros*
>>
>> I get only the following line:
>>
>> texgyreherosbold   texgyreherosbold   texgyreheros-bold.otf
>>
>> I would expect more heros-fonts and also info on the features in  
>> the fonts.
>>
>> What am I missing?
>
> As Hans already told you need --all but there are many more option,  
> when you call
> the script without arguments (mtxrun --script font) you get the  
> following list
>
> MTXrun | TDS Runner Tool 1.24 | ConTeXt Font Database Management 0.21
> MTXrun |
> MTXrun | --save                save open type font in raw table
> MTXrun |
> MTXrun | --reload              generate new font database
> MTXrun | --reload --simple     generate 'luatex-fonts- 
> names.lua' (not for context!)
> MTXrun |
> MTXrun | --list --name         list installed fonts, filter by name  
> [--pattern]
> MTXrun | --list --spec         list installed fonts, filter by spec  
> [--filter]
> MTXrun | --list --file         list installed fonts, filter by file  
> [--pattern]
> MTXrun |
> MTXrun | --pattern=str         filter files using pattern
> MTXrun | --filter=list         key-value pairs
> MTXrun | --all                 show all found instances
> MTXrun | --info                give more details
> MTXrun | --track=list          enable trackers
> MTXrun |
> MTXrun | examples of searches:
> MTXrun |
> MTXrun | mtxrun --script font --list somename (== -- 
> pattern=*somename*)
> MTXrun |
> MTXrun | mtxrun --script font --list --name somename
> MTXrun | mtxrun --script font --list --name --pattern=*somename*
> MTXrun |
> MTXrun | mtxrun --script font --list --spec somename
> MTXrun | mtxrun --script font --list --spec somename-bold-italic
> MTXrun | mtxrun --script font --list --spec --pattern=*somename*
> MTXrun | mtxrun --script font --list --spec -- 
> filter="fontname=somename"
> MTXrun | mtxrun --script font --list --spec -- 
> filter="familyname=somename,weight=bold,style=italic,width=condensed"
> MTXrun |
> MTXrun | mtxrun --script font --list --file somename
> MTXrun | mtxrun --script font --list --file --pattern=*somename*
>
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ______________________________________________________________________ 
> _____________

___________________________________________________________________________________
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] 6+ messages in thread

* Re: info on fonts in MKIV
  2009-12-13 19:18   ` Willi Egger
@ 2009-12-13 20:37     ` Wolfgang Schuster
  2009-12-14 20:40     ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2009-12-13 20:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.12.2009 um 20:18 schrieb Willi Egger:

> Thanks indeed, I was looking at the --help, but did not see the clue.
> 
> Still, also with the --all switch there is no info concerning the features, which I thought should be listed with the --info switch?

indeed, the --info table was useful to see which features a certain font provides and what script/language setting you need to activate it

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


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

* Re: info on fonts in MKIV
  2009-12-13 19:18   ` Willi Egger
  2009-12-13 20:37     ` Wolfgang Schuster
@ 2009-12-14 20:40     ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2009-12-14 20:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Willi Egger wrote:
> Thanks indeed, I was looking at the --help, but did not see the clue.
> 
> Still, also with the --all switch there is no info concerning the 
> features, which I thought should be listed with the --info switch?

all these options will probably be improved

(i also upgraded the font servlet)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2009-12-14 20:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-13 11:44 info on fonts in MKIV Willi Egger
2009-12-13 11:51 ` Hans Hagen
2009-12-13 14:05 ` Wolfgang Schuster
2009-12-13 19:18   ` Willi Egger
2009-12-13 20:37     ` Wolfgang Schuster
2009-12-14 20:40     ` Hans Hagen

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