[Oberon] Global font change on OLR
Peter Matthias
PeterMatthias at web.de
Sat Apr 2 21:37:06 CEST 2016
Am 02.04.2016 um 12:17 schrieb Srinivas Nayak:
> Dear All,
>
> I found OLR easier to use while I am on Linux.
> I think the font size of OLR Oberon is small.
> How can I change the font size to a bigger one?
Oberon hast the fond, including it's size stored in the text. So there
is no easy way to change size for existing text. For new text, you can
make a new line in the System section of Oberon.Text (e.g. below
TimeDiff line) with DefaultFont = "Oberon14.Scn.Fnt". However, the
textual system has some problems with non standard Font sizes.
Maybe the easiest way would be to rename the font files like
"System.RenameFiles Oberon10.Scn.Fnt => Oberon8.Snc.Fnt ~"
With the appearance of Retina displays, a general solution is needed.
Regards,
Peter
More information about the Oberon
mailing list