Does someone happen to have a typescript for Apple's Baskerville? My
own attempt is below.
I installed the font using fondu and texfont.  The example file output
by texfont works.  I don't see anything obviously helpful in the log
file.

\starttypescript [serif] [baskerville] [name]
  \setups [font:fallback:serif]
  \definefontsynonym [Serif] [Baskerville]
  \definefontsynonym [SerifBold] [Baskerville-Bold]
  \definefontsynonym [SerifItalic] [Baskerville-Italic]
  \definefontsynonym [SerifBoldItalic] [Baskerville-BoldItalic]
\stoptypescript

\starttypescript [map] [baskerville] [texansi]
  \loadmapfile [texansi-apple-baskerville.map]
\stoptypescript

\starttypescript [serif] [baskerville] [texansi]
  \definefontsynonym [Baskerville] [Baskerville] [encoding=texansi]
  \definefontsynonym [Baskerville-Bold] [Baskerville-Bold] [encoding=texansi]
  \definefontsynonym [Baskerville-Italic] [Baskerville-Italic]
[encoding=texansi]
  \definefontsynonym [Baskerville-BoldItalic] [Baskerville-BoldItalic]
[encoding=texansi]
\stoptypescript

\starttypescript [baskerville] [texansi]
  \definetypeface [baskerville] [rm] [serif] [default] [encoding=texansi]
\stoptypescript


Thanks in advance.

Steve
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to