8 Oct
2003
8 Oct
'03
11:12 a.m.
Hans Hagen
At 21:07 02/10/2003, you wrote:
[...]
there are some sizes predefined, like 8, 9, 10, 11 pt and so; for computer modern each size has its own design size fonts (or fallbacks); so in principle you should define a new size, but i think that -if you can live with the warning- there is no real need for it. alternatively you can define a typeface based on 'one design size fonts' in which case you'd have to provide additional typescripts like:
\starttypescript [serif] [default] [size] \definebodyfont [4pt,5pt,6pt,7pt,8pt,9pt,9.5pt,10pt,11pt,12pt,14.4pt,17.3pt] [rm] [default] \stoptypescript
and alike
thank you, Peter