ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Newbie: font sizes
@ 2006-12-28 21:53 Elliot Clifton
  2006-12-29  1:06 ` Zhichu Chen
  2006-12-30  3:20 ` Mojca Miklavec
  0 siblings, 2 replies; 3+ messages in thread
From: Elliot Clifton @ 2006-12-28 21:53 UTC (permalink / raw)


Hello,

I've read the fonts manual, but I don't understand how to change
sizes. How can I change the sizes referred to by the sizes selectors
\tfx etc...

Thankyou,

Elliot

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

* Re: Newbie: font sizes
  2006-12-28 21:53 Newbie: font sizes Elliot Clifton
@ 2006-12-29  1:06 ` Zhichu Chen
  2006-12-30  3:20 ` Mojca Miklavec
  1 sibling, 0 replies; 3+ messages in thread
From: Zhichu Chen @ 2006-12-29  1:06 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 953 bytes --]

Hi, Elliot

Is this what you want: \switchtobodyfont[*dimen*]

It's in the user's manual---cont-enp.pdf---rather than in the fonts manual

On 12/29/06, Elliot Clifton <cliftoo@gmail.com> wrote:
>
> Hello,
>
> I've read the fonts manual, but I don't understand how to change
> sizes. How can I change the sizes referred to by the sizes selectors
> \tfx etc...
>
> Thankyou,
>
> Elliot
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>



-- 
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
----------------------------------------------------------------

[-- Attachment #1.2: Type: text/html, Size: 1976 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

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

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

* Re: Newbie: font sizes
  2006-12-28 21:53 Newbie: font sizes Elliot Clifton
  2006-12-29  1:06 ` Zhichu Chen
@ 2006-12-30  3:20 ` Mojca Miklavec
  1 sibling, 0 replies; 3+ messages in thread
From: Mojca Miklavec @ 2006-12-30  3:20 UTC (permalink / raw)


On 12/28/06, Elliot Clifton wrote:
> Hello,
>
> I've read the fonts manual, but I don't understand how to change
> sizes. How can I change the sizes referred to by the sizes selectors
> \tfx etc...

I'm not sure if this is the proper way, but take a look into
font-map.tex (I just figured out that that file is not present on
source.contextgarden.net, so please excuse me for a bad advice if you
didn't find it).

You can do something like that:

\definebodyfont [14.4pt,12pt,11pt,10pt,9pt,8pt] [rm]
  [tfa=Serif         sa 1.200,
   tfb=Serif         sa 3,
   tfc=Serif         sa 5,
   tfd=Serif         sa 10,
  ]

\setupbodyfont[14.4pt]
% this size has to be mentioned above
% (you can add it); don't ask me what happens if it's not

\starttext
normal
\tfa tfa
\tfb tfb
\tfc tfc
\tfd tfd
\stoptext


Mojca

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

end of thread, other threads:[~2006-12-30  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-28 21:53 Newbie: font sizes Elliot Clifton
2006-12-29  1:06 ` Zhichu Chen
2006-12-30  3:20 ` Mojca Miklavec

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