ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Why uses Context 8r encoding used instead of the specified ec encoding?
@ 2005-02-08 19:55 Stefan Wachter
  2005-02-09 14:11 ` Taco Hoekwater
  2005-02-09 17:23 ` Hans Hagen
  0 siblings, 2 replies; 10+ messages in thread
From: Stefan Wachter @ 2005-02-08 19:55 UTC (permalink / raw)


Hi all!

Fonts are driving my crazy! I have the following document that clearly 
states that the font encoding should be "ec". Yet, somewhere behind the 
scenes the ec-encoded font uhvr8t is mapped into the 8r-encoded font 
uhvr8r.

Can someone reveal this deep secret?

Best regards,
--Stefan

PS: The pdfmapline instruction cause the uhvr8r font not to be embedded. 
Doing so proves that Context really uses the uhvr8r font and not the 
uhvr8t font.

\enableregime[il1]
\setupencoding[default=ec]
\setupoutput[pdftex]
\usetypescriptfile[pdf-typescript.tex]
\usetypescript[pdf]
\setupbodyfont[MyHelvetica,sans,20pt]
\setupheadertexts[]
\pdfoptionpdfminorversion 4
\starttext
\pdfmapline{=uhvr8r Helvetica "TeXBase1Encoding ReEncodeFont" <8r.enc}
This is a test.
\stoptext

With the typescriptfile pdf-typescript.tex:

\starttypescript [sans] [xhelvetica] [name]
  \writestatus{x}{y}
  \definefontsynonym [Sans]            [uhvr8t]  [encoding=ec]
  \definefontsynonym [SansBold]        [uhvb8t]  [encoding=ec]
  \definefontsynonym [SansItalic]      [uhvro8t] [encoding=ec]
  \definefontsynonym [SansSlanted]     [uhvro8t] [encoding=ec]
  \definefontsynonym [SansBoldItalic]  [uhvbo8t] [encoding=ec]
  \definefontsynonym [SansBoldSlanted] [uhvbo8t] [encoding=ec]
  \definefontsynonym [SansCaps]        [uhvr8t]  [encoding=ec]
\stoptypescript

\starttypescript [pdf]
  \definetypeface [MyHelvetica] [ss] [sans] [xhelvetica] [default] 
[encoding=ec]
\stoptypescript

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

end of thread, other threads:[~2005-02-15  8:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-08 19:55 Why uses Context 8r encoding used instead of the specified ec encoding? Stefan Wachter
2005-02-09 14:11 ` Taco Hoekwater
2005-02-09  9:27   ` Hans Hagen
2005-02-09 11:54   ` Stefan Wachter
2005-02-09 12:12     ` Hans Hagen
2005-02-09 12:24     ` Thomas A.Schmitz
2005-02-15  8:27       ` Stefan Wachter
2005-02-09 17:23 ` Hans Hagen
2005-02-10 12:56   ` Christopher Creutzig
2005-02-10 14:02     ` Hans Hagen

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