ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* OpenType beginners question
@ 2008-07-21  8:05 Ulrich Dirr
  2008-07-21  8:38 ` Wolfgang Schuster
  2008-07-21  9:09 ` Mojca Miklavec
  0 siblings, 2 replies; 12+ messages in thread
From: Ulrich Dirr @ 2008-07-21  8:05 UTC (permalink / raw)
  To: ConTeXt Mailing List

Hi,

I've adapted the complete luatex/markiv typescript example at
http://wiki.contextgarden.net/Mark_IV#Opentype_features
for FF Kievit Pro I. It works quiet nice out of the box (aaah, nomore
fiddling with font installation!).

\starttypescript [sans] [kievit]

    \definefontsynonym [KievitProRegular]         [name:KievitPro-Regular]
[features=default]
    \definefontsynonym [KievitProMedium]          [name:KievitPro-Medium]
[features=default]
    \definefontsynonym [KievitProExtraBold]       [name:KievitPro-ExtraBold]
[features=default]
 
    \definefontsynonym [KievitProItalic]          [name:KievitPro-Italic]
[features=default]
    \definefontsynonym [KievitProMediumItalic]
[name:KievitPro-MediumItalic]    [features=default]
    \definefontsynonym [KievitProExtraBoldItalic]
[name:KievitPro-ExtraBoldItalic] [features=default]

\stoptypescript

\starttypescript [sans] [kievit]

    \definefontsynonym [Sans]            [KievitProRegular]
[features=default]
    \definefontsynonym [SansItalic]      [KievitProItalic]
[features=default]
    \definefontsynonym [SansBold]        [KievitProMedium]
[features=default]
    \definefontsynonym [SansSlanted]     [SansItalic]
[features=default]
    \definefontsynonym [SansBoldSlanted] [SansBoldItalic]
[features=default]
    \definefontsynonym [SansCaps]        [Sans]
[features=smallcaps]

\stoptypescript

\definetypeface[kievit][rm][sans][kievit][default]
\definetypeface[kievit][ss][sans][kievit][default]
\definetypeface[kievit][tt][mono][modern]  [default][rscale=1.12]
\definetypeface[kievit][mm][math][iwona]   [default][rscale=1.02]

\setupbodyfont[kievit,ss,10pt]

Now \bf \it works perfectly well but \sc doesn't. Do I need some extra
definition?

Best regards,
Ulrich

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

end of thread, other threads:[~2008-07-31  9:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-21  8:05 OpenType beginners question Ulrich Dirr
2008-07-21  8:38 ` Wolfgang Schuster
2008-07-21  9:37   ` Diego Depaoli
2008-07-21  9:46     ` Andrea Valle
2008-07-27 12:53       ` Taco Hoekwater
2008-07-30 21:53         ` Andrea Valle
2008-07-31  9:58           ` Otared Kavian
2008-07-23  7:19     ` Wolfgang Schuster
2008-07-21 17:17   ` Ulrich Dirr
2008-07-21  9:09 ` Mojca Miklavec
2008-07-21  9:32   ` Thomas A. Schmitz
2008-07-21 16:28   ` Aditya Mahajan

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