[Oberon] Oberon System emulator for Windows

Michael Schierl schierlm at gmx.de
Wed Feb 12 21:37:38 CET 2020


Am 12.02.2020 um 20:51 schrieb Andreas Pirklbauer:
>     > As TextFrames uses this font to determine the line height, remapping all
>     > the text to a larger font would result in overlapping lines (and would
>     > not solve the menu headers still being unreadable on HiDPI displays).
>
>
> If you want to avoid the issue of overlapping lines when remapping text to a larger
> font, you can build a modified version of the FPGA Oberon system that uses variable
> line spaces, where every line L of a TextFrame F has its own line length L.len, as in:
>
> http://github.com/andreaspirklbauer/Oberon-smooth-fractional-line-scrolling

Or you may use this one here:

<https://github.com/schierlm/Oberon2013Modifications/tree/master/VariableLinespace>

But first you must know about the limitations, before you can overcome
them :D


Regards,

Michael


More information about the Oberon mailing list