MtX on OS-X font size adjustment

Questions specific to Megatunix - alternate tuning software that runs on unix and windows.
Note that Megatunix is obsolete.

Moderator: djandruczyk

Post Reply

Did this make the MegaTunix fonts look better?

Yes, fonts look better in MegaTunix after this fix
0
No votes
Nope, no change in fonts in MegaTunix
0
No votes
I got confused and couldn't figure it out..
0
No votes
 
Total votes: 0

djandruczyk
MS/Extra Guru
Posts: 1210
Joined: Fri May 07, 2004 6:55 pm
Location: Rochester, NY, U.S.A.
Contact:

MtX on OS-X font size adjustment

Post by djandruczyk »

If you find fonts for megatunix are abnormally large (or small), try this trick.

open a terminal and copy the contents of this to a file named ~/.gtkrc-2.0

Code: Select all

style "font" {
  font_name = "tahoma 8"
}
class "*" style "font"
You can change the default font and size by editing the font name string to something else.
David J. Andruczyk
MegaTunix author. The only non-java cross platform tuning software for MS-I/II hardware.
Where to get and how to install:
http://msextra.com/viewtopic.php?t=23080
http://sourceforge.net/projects/megatunix
Post Reply