ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: MM fonts and texfont
Date: Sat, 14 Sep 2002 21:09:08 +0200	[thread overview]
Message-ID: <5.1.0.14.1.20020914210641.01fdf008@remote-1> (raw)
In-Reply-To: <B9A50B55.3C37%darcusb@muohio.edu>

At 03:01 PM 9/11/2002 -0400, Bruce D'Arcus wrote:

>Hi Hans,
>
>I was able to get texfont to generate some (but not all) of the instances
>and metrics of Myriad MM that I wanted, but I could never get the font
>working correctly because I couldn't figure out how to set up the typescript
>file correctly.  Do you have any example typescripts you could make
>available that allow one to access fonts like light or semibold or medium
>(or condensed)?
>
>What I did instead:  used a fantastic perl package called Fontkit:
>
>  <http://www.cs.hmc.edu/~oneill/download/FontKit-20020322.tar.gz>
>
>This script makes using MM fonts totally transparent for LaTeX.  If you
>invoke an instance that is not currently installed (say semibold,
>semicondensed), it will automatically generate metrics and fonts and typeset
>it.  (It'd nice if It could be modified to work with ConTeXt.)
>
>Anyway, I used that to generate the files, then modified a font file I have
>for ConTeXt... Now it works , though I don't know how to access anything
>more than the standard bold, italic, etc.

==== typeface.tex ======

\loadmapfile [texnansi-adobe-myriad.map]

\starttypescript [sans] [myriad] [name]

   \definefontsynonym [Sans]            [Myriad]
   \definefontsynonym [SansBold]        [MyriadBold]
   \definefontsynonym [SansItalic]      [MyriadItalic]
   \definefontsynonym [SansBoldItalic]  [MyriadBoldItalic]
   \definefontsynonym [SansSlanted]     [MyriadItalic]
   \definefontsynonym [SansBoldSlanted] [MyriadBoldItalic]
   \definefontsynonym [SansCaps]        [Myriad]

\stoptypescript

\starttypescript [sans] [myriad] [texnansi,ec,8r]

   \definefontsynonym 
[Myriad]           [\typefaceencoding-myriadmm-weight-400-width-600] 
[encoding=\typefaceencoding]
   \definefontsynonym 
[MyriadBold]       [\typefaceencoding-myriadmm-weight-700-width-600] 
[encoding=\typefaceencoding]
   \definefontsynonym 
[MyriadItalic]     [\typefaceencoding-myriadmm-it-weight-400-width-600] 
[encoding=\typefaceencoding]
   \definefontsynonym [MyriadBoldItalic] 
[\typefaceencoding-myriadmm-it-weight-700-width-600] 
[encoding=\typefaceencoding]

\stoptypescript

====== main file =====

\usetypescriptfile[typeface]

\definetypeface [mainface] [ss] [sans] [myriad] [default] [encoding=texnansi]

\setupbodyfont[mainface,ss,10pt]

=======

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


       reply	other threads:[~2002-09-14 19:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <B9A50B55.3C37%darcusb@muohio.edu>
2002-09-14 19:09 ` Hans Hagen [this message]
     [not found] <27059003.1032139324548.JavaMail.darcusb@muohio.edu>
2002-09-16 10:04 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.1.20020914210641.01fdf008@remote-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).