1. RichEdit: changing font size without attribute
- Posted by aku saya <akusaya at gmx.net> Jun 30, 2003
- 434 views
A win32lib richedit question... For example in a richedit I have a partly-bold text. Then I want to change the size of all text, but retaining the bold text. I used setFont(richedit, "Arial", 10, {"ALL", 0}) but the bold text changes to normal text. So how to set the size without changing the attributes? Thanks.