texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.7k stars 344 forks source link

monospace font/texture healing #3381

Open bykhov opened 8 months ago

bykhov commented 8 months ago

I have recently installed monaspace fonts from GitHub Labs, with additional documentation here. Does TexStudio support the "font/texture healing" feature?

muzimuzhi commented 8 months ago

From its README, monaspace's texture heading uses OpenType feature calt (Contextual Alternates).

TeXstudio is written in Qt. Qt 6.6 just added Qfont::setFeature() for setting OpenType features, for example QFont::setFeature(stringToTag("calt"), 1). But this feature is documented as "under development and subject to change".

Also there's no interface in TeXstudio listing available OpenType features in selected font, yet.

bykhov commented 8 months ago

May this feature be proposed for future versions of TexStudio?

bykhov commented 8 months ago

Related issue #1638 ?