ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MarkIV, typescripts, Delicious (was: define font | font with name Delicious-Roman is not found)
@ 2009-05-28 17:35 Nicolas Girard
  2009-05-28 17:40 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Girard @ 2009-05-28 17:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2009/5/28 Nicolas Girard <nicolas.girard@nerim.net>:
> 2009/5/28 Wolfgang Schuster <schuster.wolfgang@googlemail.com>:
>>

>>>
>>>   \starttext
>>>   \font\Myfont=Delicious-Roman at 24pt
>>>   \Myfont Hello, world
>>>   \stoptext
>>

Now, I'm trying to make the typescript code from the wiki [1] work
[1] http://wiki.contextgarden.net/exljbris_typescript

My test file is as follows:


% ==========================
\definefontfeature[default][liga=yes,kern=yes,tlig=yes,trep=yes,script=latn,mapping=tex-text]
\starttypescript [sans] [delicious]
  \setups[font:fallback:sans]
  \definefontsynonym [Sans]           [Delicious-Regular]
  \definefontsynonym [SansItalic]     [Delicious-Italic]
  \definefontsynonym [SansBold]       [Delicious-Bold]
  \definefontsynonym [SansBoldItalic] [Delicious-BoldItalic]
  \definefontsynonym [SansCaps]       [Delicious-Caps]
\stoptypescript

\starttypescript [sans] [delicious]
  \definefontsynonym [Delicious-Regular]    [name:Delicious-Roman]
 [features=default]
  \definefontsynonym [Delicious-Italic]     [name:Delicious-Italic]
 [features=default]
  \definefontsynonym [Delicious-Bold]       [name:Delicious-Bold]
 [features=default]
  \definefontsynonym [Delicious-BoldItalic]
[name:Delicious-BoldItalic] [features=default]
  \definefontsynonym [Delicious-Caps]       [name:Delicious-SmallCaps]
 [features=default]
\stoptypescript


\starttypescript [delicious]
  \definetypeface [delicious] [ss] [sans] [delicious] [default]
\stoptypescript

\setupbodyfont[delicious,ss,10pt]

\starttext
Goodbye --- cruel -- world

fi ff ffi

\italic{Italic} Roman

\stoptext
% ==========================

But the fonts fall silently back to lmodern.
Am I missing something ?
Sorry, this may sound like dumb questions, but I just don't get it :-/

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


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

* Re: MarkIV, typescripts, Delicious (was: define font | font with name Delicious-Roman is not found)
  2009-05-28 17:35 MarkIV, typescripts, Delicious (was: define font | font with name Delicious-Roman is not found) Nicolas Girard
@ 2009-05-28 17:40 ` Wolfgang Schuster
  2009-05-28 17:49   ` Nicolas Girard
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2009-05-28 17:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 28.05.2009 um 19:35 schrieb Nicolas Girard:

> Now, I'm trying to make the typescript code from the wiki [1] work
> [1] http://wiki.contextgarden.net/exljbris_typescript
>
> My test file is as follows:
>
> [...]
>
> \starttypescript [delicious]
>  \definetypeface [delicious] [ss] [sans] [delicious] [default]
> \stoptypescript

\usetypescript[delicious]

> \setupbodyfont[delicious,ss,10pt]

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


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

* Re: MarkIV, typescripts, Delicious (was: define font | font with name Delicious-Roman is not found)
  2009-05-28 17:40 ` Wolfgang Schuster
@ 2009-05-28 17:49   ` Nicolas Girard
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Girard @ 2009-05-28 17:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2009/5/28 Wolfgang Schuster <schuster.wolfgang@googlemail.com>:
>
> Am 28.05.2009 um 19:35 schrieb Nicolas Girard:
>
>> Now, I'm trying to make the typescript code from the wiki [1] work
>> [1] http://wiki.contextgarden.net/exljbris_typescript
>>
>> My test file is as follows:
>>
>> [...]
>>
>> \starttypescript [delicious]
>>  \definetypeface [delicious] [ss] [sans] [delicious] [default]
>> \stoptypescript
>
> \usetypescript[delicious]
>
>> \setupbodyfont[delicious,ss,10pt]
>

Ouuuuuuh, this just *works* ! Delightful !

Thanks so much for your assistance !

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


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

end of thread, other threads:[~2009-05-28 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-28 17:35 MarkIV, typescripts, Delicious (was: define font | font with name Delicious-Roman is not found) Nicolas Girard
2009-05-28 17:40 ` Wolfgang Schuster
2009-05-28 17:49   ` Nicolas Girard

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