(5.5.0) scribble_draw_set_box_align - JujuAdams/ScribbleOldDocs GitHub Wiki
scribble_draw_set_box_alignt(halign, valign)
Returns: N/A (0
)
Argument | Name | Purpose |
---|---|---|
0 | halign |
Horizontal alignment of the entire textbox relative to the draw coordinate. Accepts fa_left , fa_right , and fa_center
|
1 | valign |
Vertical alignment of the entire textbox relative to the draw coordinate. Accepts fa_top , fa_bottom , and fa_middle
|
This script sets Scribble's draw state. All text drawn with scribble_draw()
will use these settings until they're overwritten, either by calling this script again or by calling scribble_draw_reset()
or scribble_draw_set_state()
.