Hi Actipro
I am changing my fonts/font size by setting IHighlightingStyleRegistry.FontFamilyName and FontSize.
However when I try to set IHighlightingStyleRegistry.Bold/Italic to true, the bold/italic settings of my text are never changed to true. It looks like the settings always use SyntaxEditor's FontStyle and Weight and not the IHighlightingStyleRegistry's setting.
I have set IsBoldEditable and IsItalicEditable to true.
Is this implemented?
Thanks!