YesNoOk
avatar

help size chars (Read 3153 times)

Started by oscar123, August 21, 2022, 11:16:21 pm
Share this topic:
help size chars
#1  August 21, 2022, 11:16:21 pm
  • ***
    • Spain
    • oscarstg1@gmail.com
I have a character that, by varying its size, is either very large or very small, I use this:

xscale = 0.2
yscale = 0.2
with this is boy

xscale = 0.3
yscale = 0.3
and with this it is great

Is there any way I can put it in between the two sizes?
Re: help size chars
#2  August 22, 2022, 02:28:10 am
  • **
    • Mexico
You can use next in between digit:
xscale = 0.25       
yscale = 0.25

xscale = 0.26       
yscale = 0.26

xscale = 0.27       
yscale = 0.27

xscale = 0.27       
yscale = 0.27     Etc. Good Luck!!!