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
Am 07.05.2013 um 20:37 schrieb Willi Egger
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????
You can install the typescript package from the modules section and use the font with: \setupbodyfont[charissil] \starttext \starttitle[title=Charis SIL test] \input knuth \stoptitle \stoptext Wolfgang
participants (2)
-
Willi Egger
-
Wolfgang Schuster