Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
[~]drawing-functions.md: updated set_box_mode()
authored
Mar 16, 2020
by
cactusfluo
Hide whitespace changes
Inline
Side-by-side
api/drawing-functions.md
View page @
42be559b
...
@@ -139,9 +139,9 @@ style the box (see [set_box_border()](#set_box_border)).
...
@@ -139,9 +139,9 @@ style the box (see [set_box_border()](#set_box_border)).
The border string can also be set through
`set_box_border()`
(see
The border string can also be set through
`set_box_border()`
(see
[
set_box_border()
](
#set_box_border
)
).
[
set_box_border()
](
#set_box_border
)
).
By default, the top-left corner of the box is placed at the passed coordinates,
By default, the top-left corner of the box is placed at the passed coordinates,
but it can also be placed differently via
`set_box_mode()`
(see
but it can also be centered (see
[
set_box_mode()
](
#set_box_mode
)
).
[
set_box_mode()
](
#set_box_mode
)
).
### Parameters:
### Parameters:
-
`x`
Number: x coordinate of the box
-
`x`
Number: x coordinate of the box
...
...
...
...