ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Loading Charis SIL
@ 2013-05-07 18:37 Willi Egger
  2013-05-07 18:49 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Willi Egger @ 2013-05-07 18:37 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

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
___________________________________________________________________________________


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

* Re: Loading Charis SIL
  2013-05-07 18:37 Loading Charis SIL Willi Egger
@ 2013-05-07 18:49 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-05-07 18:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.05.2013 um 20:37 schrieb Willi Egger <context@boede.nl>:

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

end of thread, other threads:[~2013-05-07 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-07 18:37 Loading Charis SIL Willi Egger
2013-05-07 18:49 ` Wolfgang Schuster

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