Hi all,

I was busy to make a typescript file and load Charis SIL.

I have no clue why I get the following error:

fonts           > defining > forced type 'otf' of 'CharisSIL-R' not found

Although it is stated in the typescript, that CharisSIL is a ttf font I get the 
error on otf-font????


Kind regards

Willi

Typescriptfile:

\starttypescript [serif][charissil][name]
 \definefontsynonym [CharisSIL-Regular]          [file:CharisSIL-R.ttf] 
[features=default]
\stoptypescript

\starttypescript [serif][charissil][name]
 \setups[font:fallback:serif]
 \definefontsynonym [Serif]              [CharisSIL-Regular]
\stoptypescript

\starttypescript [CharisSIL]
    \definetypeface[\typescriptone][rm][serif][charissil] [default]
\stoptypescript



Testfile:

\usetypescriptfile[type-charis-SIL]
\usetypescript[CharisSIL]
\setupbodyfont[CharisSIL,rm,12pt]

\startbuffer[A]
        \input knuth
        \blank[2*line]
\stopbuffer

\starttext

\starttitle[title=Charis SIL test]

\getbuffer[A]

\stoptext
___________________________________________________________________________________
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 via email to