tAdvOfficeHint - Notes: pitch=fpFixed

Hello!
If
the value of the font of tAdvOfficeHint is set to Consolas (pitch =
fpFixed), we would expect the text is displayed with a fixed character width (in order for the text to be aligned).
Instead, the text
is displayed with variable character width.
Any ideas?
Kind regards
Ulrich

Did you set AdvOfficeHint.SystemFont = false?

When I disable systemfont on the childform and also set tAdvOfficeHint (pitch=fpFixed/systemfont=false) on the main form, all looks fine.
:-)