Hi all,

Some strange thing with fontsize is happening. In my typescript file is:

\starttypescript[Chaparral]
  \definetypeface [Chaparral][rm][serif][chaparral][dtp][encoding=uc]
...

because I want to use the 'dtp sizes' (and I'm using XeTex). For a
bodyfont of 12pt is defined in type-siz.tex:

\definebodyfontenvironment
  [12pt]
  [\s!text=12pt,\s!script=9pt,\s!scriptscript=7pt,
   \c!x=10pt,\c!xx=8pt,\c!big=14pt,\c!small=10pt]

So one would expect that switching to a big bodyfont will result in a
fontsize of 14pt. But when I typeset the next file:

\usetypescriptfile[type-adobe]
\usetypescript[Chaparral]
\setupbodyfont[Chaparral,12pt]

\starttext
Normal size is correct: \the\bodyfontsize.

\switchtobodyfont[big]
Big size should be 14pt, but is: \the\bodyfontsize.
\stoptext

I see that the big bodyfontsize is 14.4pt. (I attached the resulting
pdf.) How do I fix this?

Thanks and with regards,
Alex Lubberts

Attachment: minimal.pdf
Description: Adobe PDF document

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

Reply via email to