G
Guest
Hi,
Just create a label as follows.
label1.Text = "labelW";
label1.TextAlign = ContentAlignment.MiddleRight;
label1.Font = new Font(label1.Font, label1.Font.Bold);
When this code is executed, the last letter 'W' gets cut off.
OS is Windows XP, graphics driver used is intel extreme graphics 6.13.10.3510.
Any inputs as why is it happening?
TIA,
RK
Just create a label as follows.
label1.Text = "labelW";
label1.TextAlign = ContentAlignment.MiddleRight;
label1.Font = new Font(label1.Font, label1.Font.Bold);
When this code is executed, the last letter 'W' gets cut off.
OS is Windows XP, graphics driver used is intel extreme graphics 6.13.10.3510.
Any inputs as why is it happening?
TIA,
RK