TextOut to have FontSize option

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

TextOut to have FontSize option

Post by Bugala »

If I saw right, it seems there is no option to control the size of TextOut() command, unless separately using something like SetFont() command.

Hence it would be good to have an option on that Table part of "FontSize = 10", like there is now the "color=#RED" option.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: TextOut to have FontSize option

Post by airsoftsoftwair »

Unlikely to come because that would mean reopening the font and this would affect many internal things like the font cache. You could use "ScaleX" and "ScaleY" instead.
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: TextOut to have FontSize option

Post by PEB »

@Bugala

SetLayerStyle() also allows you to set/change the point size for #TEXTOUT layers.
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: TextOut to have FontSize option

Post by Bugala »

@PEB, yes, SetLayerStyle is one way too, but it still requires you to do more than just TextOut.

@Airsoftsoftwair, missed those ScaleX and ScaleY, these might work out.
Post Reply