How can I change the character spacing in RichEdit control?
I have tried to use the CHARFORMAT
structure, but as MSDN says, the sSpacing
is useless in RichEdit control. Moreover, SetTextExtra
function is useless in that control's hdc, too.
And I also tried to use the ole interface of that control, the SetSpace function of ITextFont
interface, ineffective.
Does anybody could help me?
Thanks!