On 02/09/22 11:40, Lex Trotman wrote:
I presume you mean the font in the editor window, other widgets should respond to the GTK CSS.
Yes, I meant the editor window.
But as the editor window has differing styling per syntactic element recognised for each programming language supported, standard GTK CSS just won't cut it.
The editor widget is from the Scintilla project (www.scintilla.org) and does not appear to support font features AFAICT (https://www.scintilla.org/ScintillaDoc.html) so neither does Geany.
But the GTK library used by Scintilla does appear to support them https://docs.gtk.org/Pango/type_func.AttrFontFeatures.new.html. You would need to raise a request on the Scintilla project for it to be added there before support can be added in Geany.
I see. Thanks for the pointer, I'll take a look at those!