Is it possible to change scale of PictureBox_DrawText ??

Started by kruuger, January 10, 2010, 02:58:51 PM

Previous topic - Next topic

kruuger

Hello

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

Thanks
Romek

owenwengerd

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.

kruuger

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