When I use C::B in a remote desktop PC, I see that the font is not showing correctly.
The remote C::B is using the GDI render(since the Direct2D mode has some crash issue).
I just compared the C::B with another program Notepad2, which is also scintilla based.
In the setting menu of the Notepad2, there is an option, I choose the "legecy GDI", and in another font quality setting, I choose "default". you see in the screen shot, both C::B and Notepad2 show blur font. (See the first attachment image named 2022-10-22 14 51 21.png)
But when I select the "Font quality" menu to "ClearType", the font rendering shows good in Notepad2. (See the second attachment image named 2022-10-22 14 53 32.png)
I see we have an option also in our C::B editor setting(Font quality), but that option is gray out. (I see the C::B's font quality is only enabled when I choose the DirectWrite mode. )
My question is: how can I enable the "ClearType" in our C::B when we use the default legacy GDI rending mode.
I have tried to modify the "FONT_QUALITY" in C::B's config file(default.conf)
<TECHNOLOGY int="0" />
<FONT_QUALITY int="3" />
But setting the value to "3" (I guess it is the ClearType option) has no effect.