Hello
I'm wondering is there any way to change scale/size of text drawn with PictureBox_DrawText tool.
Thanks
Romek
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.
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