
changing font size in CEdit control
hi, can anybody help?
I have changed the size of a font in a CEdit-mapped Dialog resource edit
control, using the OnCtlColor() function, and selecting this new, bigger
font into the DC supplied by the latter function, but when the text is
actually drawn you only get the top of the font (i.e. the control is still
only allowing the same line height as it did with the smaller font).
How do I tell the control to alter its line height?
Thanks