Am 29.09.2011 um 17:10 schrieb john Culleton:

> 
> These two fonts are in /usr/share/fonts/OTF.
> In that directory they are listed in fonts.dir.
> I want to use simplefonts to use Minion as the base font.
> I ran the various commands described in the Wiki page:
> 
> http://wiki.contextgarden.net/Fonts_in_LuaTeX
> and got the two fonts listed in the font database.
> 
> I put the following in my MKIV context file:
> ...
> \usemodule[simplefonts] % load the module
> \setmainfont[minionproregular] % 
> 
> %\whitespace[line]
> 
> \usetypescript[serif,sans][hanging][pure]  
> \setupalign[hanging]
> \setupbodyfont[minionproregular,14pt]

To use the fonts which are shipped with Adobe Reader you can use two different 
methods.

Method 1:

\usemodule[simplefonts]

\setmainfont[Minion Pro][protrusion=quality]

\setupalign[hanging]

\starttext\showframe
\input tufte
\stoptext

Method 2:

\usetypescriptfile[type-adobe]

\definefontfeature[default][default][protrusion=quality]

\setupbodyfont[minion]

\setupalign[hanging]

\starttext\showframe
\input tufte
\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
___________________________________________________________________________________

Reply via email to