On Wednesday January 04 2023 21:42:17 Peter Dyballa wrote: > >> Am 4.1.2023 um 21:00 schrieb Clark Souers: >> >> How do I increase X11 font size on a Mac Big Sur 11.7.2? I am using Xquartz >> 2.7.11. should I update to 2.82? > >There is, as far as I know, no such means. Each X client can have its own font >at its own size.
That's not the entire truth. It does apply to legacy applications that use only X11 primitives for font rendering, but AFAIK libXft (`man Xft`) does provide a global scale factor representing the DPI resolution of the screen (or rather, entire desktop): ``` > xrdb -query | fgrep Xft Xft.antialias: 1 Xft.autohint: 0 Xft.dpi: 86 Xft.hinting: 1 Xft.hintstyle: hintfull Xft.lcdfilter: lcddefault Xft.rgba: rgb ``` R _______________________________________________ Do not post admin requests to the list. They will be ignored. X11-users mailing list (X11-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com