Page 1 of 1

Letter space to TextOut-command

Posted: Tue Dec 13, 2022 1:46 pm
by Bugala
You can adjust linespacing in TextOut command, but there don't seem to be any way to adjust how tight letters are put.

I am right now having a situation where all but one line go nicely as they should, but one line spreads just bit too far and it would be easy to solve by putting letters just a little bit tighter together.

Without format tag like this, I have to manually insert that text tighter by using more than just one TextOut-command.

Re: Letter space to TextOut-command

Posted: Fri Dec 23, 2022 1:06 pm
by airsoftsoftwair
Yes, this could be added. I'll see what I can do.

Re: Letter space to TextOut-command

Posted: Fri Jan 06, 2023 9:42 pm
by airsoftsoftwair

Code: Select all

- New: Added "Charspacing" tag to TextOut(); this can be used to define a spacing value for the characters
  of the text to be drawn; positive spacing values increase the character distance and negative spacing
  values move the characters closer together

Re: Letter space to TextOut-command

Posted: Fri Jan 06, 2023 10:02 pm
by Bugala
Thanks!