[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68467: 29.1; Fringe fonts + hidpi
From: |
Po Lu |
Subject: |
bug#68467: 29.1; Fringe fonts + hidpi |
Date: |
Sat, 20 Jan 2024 18:28:55 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Samuel Kyletoft <samuel@kyletoft.se>
>> Date: Mon, 15 Jan 2024 06:49:56 +0100
>>
>> I use Emacs at 200% on xwayland in GNOME. Most things respect the 200%
>> scaling without any configuration, but not the fringe font. See
>> attached screenshots at 100% and 200% scale.
>> To reproduce: Open Emacs on a 200% monitor, use any package that
>> annotates the fringe.
>
> Po Lu, any suggestions?
>
> Thanks.
What is the "fringe font" in this context? If by that you (Samuel) mean
the size of individual fringe bitmaps, then the reason it cannot scale
is that the code for magnifying fringe bitmaps by the display scale
factor has yet to be written. PGTK and NS builds are unaffected by this
deficiency because the toolkit assumes responsibility for doing so.
Thanks.