getFontDialog
- Posted by Tom Irwin <tomirwin506 at hot?ail.co?> Oct 02, 2007
- 628 views
I use w32Lib's getFontDialog to change selected text in richedit controls. However, endusers often want to change only one item of fontname, style, size, or color and report finding it awkward to have to set all four each time the dialog is called. In fact they make mistakes by changing just what they want changed, not realizing that they just reset the other attributes to default. It works differently for them than their other common Windows programs. It would be extremely useful if the dialog could be made to show the font of the original selected text (as in text editors like Wordpad). Can anyone help as to how this might be accomplished?