Hello all,
in the Rich Text Edit Control TX Text Control shipped with PB 12.6 it was possible to set the font before doing a ReplaceText with the undocumented function:
long ColorLogFont105 ( long hWnd, ulong Msg, ulong wParam, ref s_logfont clf ) Library "user32.dll" Alias For "SendMessageW"
This seems not to work in the Text Control shipped with PB 2017.
Is there a possibility to set the font before doing a ReplaceText?
And, additional, is there a possibility to set tabs too?
Thanks in advance!
Bernhard Giesriegl