Maybe I am using the wrong approach here. I have a LABEL containing text which is displayed right-aligned using the ws_ex_right style - and when the last letter is a "Y" the tip of the right-hand arm or the "Y" is truncated - look for "FEBRUARY" in the image. Default font.
Is anyone else experiencing this?
Is anyone else experiencing this?
Code:
control add label, hDlg, %IDC_MONTH_LB, "", 2, 2, 60, 10, _ %ws_child or %ws_visible or %ss_notify, _ %ws_ex_right or %ws_ex_ltrreading control set color hDlg, %IDC_MONTH_LB, -1, %white
Comment