OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: kruuger on January 10, 2010, 02:58:51 PM

Title: Is it possible to change scale of PictureBox_DrawText ??
Post by: kruuger on January 10, 2010, 02:58:51 PM
Hello

I'm wondering is there any way to change scale/size of text drawn with PictureBox_DrawText tool.

Thanks
Romek
Title: Re: Is it possible to change scale of PictureBox_DrawText ??
Post by: owenwengerd on January 10, 2010, 08:53:13 PM
It looks like the DrawText code uses the font set for the picture box control, but there doesn't appear to be any way to change that font.
Title: Re: Is it possible to change scale of PictureBox_DrawText ??
Post by: kruuger on January 10, 2010, 11:24:06 PM
It looks like DrawText even allowed to change font style. I try to change them at PictureBox.
I think that this font are hardcoded with predefined shape and size.

R