Skip to content

size

Properties

auto

Type: const string

A constant to specify the size of the graphics drawn by plotchar(), plotshape(), label.new(), and box.new().

Adjusts the size of the graphics automatically.


huge

Type: const string

A constant to specify the size of the graphics drawn by plotchar(), plotshape(), label.new(), and box.new().

Sets the size to huge.


large

Type: const string

A constant to specify the size of the graphics drawn by plotchar(), plotshape(), label.new(), and box.new().

Sets the size to large.


normal

Type: const string

A constant to specify the size of the graphics drawn by plotchar(), plotshape(), label.new(), and box.new().

Sets the size to normal.


small

Type: const string

A constant to specify the size of the graphics drawn by plotchar(), plotshape(), label.new(), and box.new().

Sets the size to small.


tiny

Type: const string

A constant to specify the size of the graphics drawn by plotchar(), plotshape(), label.new(), and box.new().

Sets the size to tiny.

Released under the MIT License.