0
$\begingroup$

How do you shrink or resize a text object?

$\endgroup$
0

2 Answers 2

2
$\begingroup$

Exactly like any other object, just press "s" and scale it. Then you can press "ctrl+a" to apply scale

$\endgroup$
0
$\begingroup$

You must Scale it. The syntax is below.

s [{[Shift + ]x, y, z} <factor of scale>]

  • s initiates the transform. If one moves the cursor to or from the object, it will scale it to the degree that the cursor has moved.
  • s [{x, y, z}] scales the object along an axis to the degree that the cursor has moved.
  • s [<factor of scale>] scales the object to the factor specified.
  • s [{x, y, z} <factor of scale>] scales the object along an axis to the factor specified.

Shift + an axis means you scale on the two axes not specified.

$\endgroup$
5
  • $\begingroup$ To whoever downvoted my answer, can they tell me why so I can improve it? $\endgroup$
    – Shady Puck
    Commented Oct 31, 2016 at 17:22
  • 2
    $\begingroup$ I think it is written in an unnecessarily complex and unclear way for something that is so simple. $\endgroup$ Commented Oct 31, 2016 at 17:25
  • $\begingroup$ @RayMairlot Ok, but when formatting code, it's correct. $\endgroup$
    – Shady Puck
    Commented Oct 31, 2016 at 18:14
  • $\begingroup$ But it's not code... $\endgroup$ Commented Oct 31, 2016 at 18:37
  • $\begingroup$ @RayMairlot But it is syntax, which is similar to code. $\endgroup$
    – Shady Puck
    Commented Oct 31, 2016 at 18:49

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .