rizonesoft / Notepad3

Notepad like text editor based on the Scintilla source code. Notepad3 based on code from Notepad2 and MiniPath on code from metapath. Download Notepad3:
https://www.rizonesoft.com/downloads/notepad3/
Other
5.15k stars 336 forks source link

Possibility of adding support for font features #5293

Open kidzgy opened 2 months ago

kidzgy commented 2 months ago

Some fonts have certain characteristics, such as the “Inter” font, see (https://rsms.me/inter/#features) for details.

If you want to use them in a web interface, you can use the css style, the “font-feature-settings” statement, to implement the features you want.

I wonder if notepad3 can add a parameter option to support font features?