Author Topic: Fonts?  (Read 1980 times)

shrubbery

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://
Fonts?
« on: June 23, 2004, 04:34:38 am »
Hi all,

I have been trying to change the default font size in GTK applications and within ROX (is this also gtk?) but havent had any joy. Does anybody know how to do this?

Also, is there any way of enabling anti aliased fonts witihin pdaXrom yet?

Thankyou in advance,

shrubbery

pmf

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Fonts?
« Reply #1 on: June 23, 2004, 08:08:41 am »
Edit (or create) the dotfile /home/USERNAME/.gtkrc-2.0 and put the following content into it:
Code: [Select]
gtk-font-name = "Verdana 10"
This will change the font-size from 14 to 10 and make GTK2-apps more usable.

ROX uses GTK2, too.

shrubbery

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://
Fonts?
« Reply #2 on: June 23, 2004, 11:25:36 am »
thanks pmf,

Is there any way of changing the matchbox panel icon size too (for the launcher menu especially)?