[Oberon] Oberon System emulator for Windows
Andreas Pirklbauer
andreas_pirklbauer at yahoo.com
Wed Feb 12 20:51:04 CET 2020
> 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
More information about the Oberon
mailing list