Skip to content
[~]drawing-functions.md: updated set_box_mode() authored by cactusfluo's avatar cactusfluo
...@@ -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
... ...
......