[Oberon] Changing The System Font Size
John Drake
jmdrake_98 at yahoo.com
Thu Mar 30 22:10:44 CEST 2006
--- "Douglas G. Danforth" <danforth at greenwoodfarm.com>
wrote:
> August,
> Select
> Edit->Preferences->Default Font
> You can then set the font, font style, and the size.
> -Doug Danforth
Well...that works in BlackBox Component Builder.
In ETH Oberon you have to edit the file:
Oberon.Text
Then go to the line:
"DefaultFont"= Syntax10.Scn.Fnt
And change it to something like
"DefaultFont"= Syntax14.Scn.Fnt
Or in Plugin Oberon, open IniEdit.Panel. Then
Go to "Fonts" and then "DefaultFont".
Or use the command:
System.Set Fonts DefaultFont := Syntax14.Scn.Fnt
To know what fonts are available use:
System.Directory *.Fnt.
One thing I noticed though. Changing
the default font doesn't automagically make
text files already created (including tools)
have different fonts.
Regards,
John M. Drake
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Oberon
mailing list