Main Menu

Text on Image

Started by Deer2014, March 12, 2021, 12:45:11 PM

Previous topic - Next topic

Deer2014

Hi,

Is it possible to place more than one text in an image, in different positions, with font and font size?
Can I rotate the text around its own center by different degrees?

[attachment id=0 msg=1209]

Richard Moss

Hello,

The control currently only natively supports a single label, however if you create a control that inherits from ImageBox you could call the built in DrawLabel method yourself. See https://github.com/cyotek/Cyotek.Windows.Forms.ImageBox/issues/28 for a quick overview of different options, I don't have a demonstration sample available.

Regards;
Richard Moss
Read "Before You Post" before posting (https://forums.cyotek.com/cyotek-webcopy/before-you-post/). Do not send me private messages. Do not expect instant replies.

All responses are hand crafted. No AI involved. Possibly no I either.

Deer2014