Skip to content

Delay deciding font rendering

Matthias Clasen requested to merge font-rendering-redone into main

Don't translate the font rendering setting into font options ahead of time. Instead just avoid rounding to application pixels during layout, and pass the font rendering setting to gsk for a later decision.

One advantage of this approach is that we no longer have to fiddle with the surface resolution in GtkWidget and worry about updating it when the surface moves between monitors.

Edited by Matthias Clasen

Merge request reports