NotepadNext
NotepadNext copied to clipboard
feature: customized font setting
I'd like to specify the default font for the editor.
thanks.
+1
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.
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.
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.
modify to above code, and I got this
If this is implemented, it should respect the default monospaced font specified by the desktop environment.
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?