TAdvMemo

I'll put it on the form.
I put some text on it.
I set the font. Basically, it doesn't matter what it is.
It changes to FixedSys. If it doesn't:

  • I close the form
  • I open the form
  • The font is fundamentally FixedSys
    Changing the font size will not take effect. I guess it's done differently here?

Requirement is that there is a fixed width font for TAdvMemo (so, it can really use reliable text columns).
As long as you set AdvMemo.Font with a fixed width font it should be fine, irrespective of font size.

Thank you for the explanation.