[NTG-context] Win fonts lookup: ** (was: Animation captions (was: error in animation))

2014-10-06 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

when trying Jeong's example, Ctx prints:


fontsnames  globbing path 'c:/windows/fonts/**.otf'
fontsnames  identifying system font files with suffix 'OTF'
fontsnames  globbing path 'c:/windows/fonts/**.OTF'
fontsnames  0 system files identified, 0 skipped, 0 duplicates, 0 
hash entries added, runtime 0.094 seconds
fontsnames  identifying system font files with suffix 'ttf'
fontsnames  globbing path 'c:/windows/fonts/**.ttf'
fontsnames  identifying system font files with suffix 'TTF'
fontsnames  globbing path 'c:/windows/fonts/**.TTF'
fontsnames  453 system files identified, 2 skipped, 2 duplicates, 
451 hash entries added, runtime 6.719 seconds
fontsnames  identifying system font files with suffix 'ttc'
fontsnames  globbing path 'c:/windows/fonts/**.ttc'
fontsnames  identifying system font files with suffix 'TTC'
fontsnames  globbing path 'c:/windows/fonts/**.TTC'
fontsnames  3 system files identified, 0 skipped, 0 duplicates, 3 
hash entries added, runtime 0.094 seconds
fontsnames  identifying system font files with suffix 'dfont'
fontsnames  globbing path 'c:/windows/fonts/**.dfont'
fontsnames  identifying system font files with suffix 'DFONT'
fontsnames  globbing path 'c:/windows/fonts/**.DFONT'
fontsnames  0 system files identified, 0 skipped, 0 duplicates, 0 
hash entries added, runtime 0.047 seconds
fontsnames  identifying system font files with suffix 'afm'
fontsnames  globbing path 'c:/windows/fonts/**.afm'
fontsnames  identifying system font files with suffix 'AFM'
fontsnames  globbing path 'c:/windows/fonts/**.AFM'


So just to point there are two asterisks ** in the file name masks 
(c:/windows/fonts/**.otf, ... c:/windows/fonts/**.AFM), which probably produces no error, but it 
may have been intended to have just one asterisk, like c:/windows/fonts/*.otf etc.

Best regards,

Lukas


On Mon, 06 Oct 2014 04:33:28 +0200, Jeong Dal hak...@me.com wrote:


\usemodule[animation]
\useMPlibrary[dum]
\setupinteraction[state=start]
\definepairedbox[animationtext][location=top,align=middle]
\starttext
\startanimation
{\placeanimationtext{The letter a}{\externalfigure[dummy]}}
{\placeanimationtext{The letter b}{\externalfigure[dummy]}}
{\placeanimationtext{The letter c}{\externalfigure[dummy]}}
{\placeanimationtext{The letter d}{\externalfigure[dummy]}}
\stopanimation



--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___
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
___

Re: [NTG-context] Win fonts lookup: ** (was: Animation captions

2014-10-06 Thread Hans Hagen

On 10/6/2014 9:08 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote:

Hello,

when trying Jeong's example, Ctx prints:


fontsnames  globbing path 'c:/windows/fonts/**.otf'
fontsnames  identifying system font files with suffix 'OTF'
fontsnames  globbing path 'c:/windows/fonts/**.OTF'
fontsnames  0 system files identified, 0 skipped, 0
duplicates, 0 hash entries added, runtime 0.094 seconds
fontsnames  identifying system font files with suffix 'ttf'
fontsnames  globbing path 'c:/windows/fonts/**.ttf'
fontsnames  identifying system font files with suffix 'TTF'
fontsnames  globbing path 'c:/windows/fonts/**.TTF'
fontsnames  453 system files identified, 2 skipped, 2
duplicates, 451 hash entries added, runtime 6.719 seconds
fontsnames  identifying system font files with suffix 'ttc'
fontsnames  globbing path 'c:/windows/fonts/**.ttc'
fontsnames  identifying system font files with suffix 'TTC'
fontsnames  globbing path 'c:/windows/fonts/**.TTC'
fontsnames  3 system files identified, 0 skipped, 0
duplicates, 3 hash entries added, runtime 0.094 seconds
fontsnames  identifying system font files with suffix 'dfont'
fontsnames  globbing path 'c:/windows/fonts/**.dfont'
fontsnames  identifying system font files with suffix 'DFONT'
fontsnames  globbing path 'c:/windows/fonts/**.DFONT'
fontsnames  0 system files identified, 0 skipped, 0
duplicates, 0 hash entries added, runtime 0.047 seconds
fontsnames  identifying system font files with suffix 'afm'
fontsnames  globbing path 'c:/windows/fonts/**.afm'
fontsnames  identifying system font files with suffix 'AFM'
fontsnames  globbing path 'c:/windows/fonts/**.AFM'


So just to point there are two asterisks ** in the file name masks
(c:/windows/fonts/**.otf, ... c:/windows/fonts/**.AFM), which probably
produces no error, but it may have been intended to have just one
asterisk, like c:/windows/fonts/*.otf etc.


** means recursive

--

-
  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
-
___
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
___