Letter space to TextOut-command

Feature requests for future versions of Hollywood can be voiced here
Post Reply
Bugala
Posts: 1182
Joined: Sun Feb 14, 2010 7:11 pm

Letter space to TextOut-command

Post 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.
User avatar
airsoftsoftwair
Posts: 5450
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Letter space to TextOut-command

Post by airsoftsoftwair »

Yes, this could be added. I'll see what I can do.
User avatar
airsoftsoftwair
Posts: 5450
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Letter space to TextOut-command

Post 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
Bugala
Posts: 1182
Joined: Sun Feb 14, 2010 7:11 pm

Re: Letter space to TextOut-command

Post by Bugala »

Thanks!
Post Reply