NotepadNext icon indicating copy to clipboard operation
NotepadNext copied to clipboard

feature: customized font setting

Open creatxrgithub opened this issue 2 years ago • 6 comments

I'd like to specify the default font for the editor.

thanks.

creatxrgithub avatar Jun 06 '23 14:06 creatxrgithub

+1

ZhuangJiayu avatar Jun 15 '23 03:06 ZhuangJiayu

This could be the second priority feature in my heart, the first is auto cache unsaved file, which has already been implemented. Actually, to welcome this feature, I have prepared a private combo font: cascadia mono + dream han sans.

xenkuo avatar Jun 17 '23 01:06 xenkuo

If the text is in English or American, the font will not be a problem. However, if it is a CJK font, the default font will have display problems, so I think this is an urgent and important feature.

ZhuangJiayu avatar Jun 20 '23 07:06 ZhuangJiayu

The font is still hard-coded. If you need to set the font, you can modify the source code and compile it yourself. For example, I changed the font to a custom font that I compiled myself. image modify to above code, and I got this image

lededev avatar Nov 28 '23 19:11 lededev

If this is implemented, it should respect the default monospaced font specified by the desktop environment.

fishnet37222 avatar Feb 17 '24 18:02 fishnet37222

The font is still hard-coded.

@lededev May I ask if what’s the reason for this? Is it a design decision or a matter of time constraints?

mikae1 avatar Apr 03 '24 21:04 mikae1