mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
Fix text3d() atype docs
This commit is contained in:
parent
80babcad69
commit
4dd076aaa6
1 changed files with 1 additions and 1 deletions
|
@ -2946,7 +2946,7 @@ function onion(r, ang=45, cap_h, d, anchor=CENTER, spin=0, orient=UP) =
|
|||
// direction = The text direction. `"ltr"` for left to right. `"rtl"` for right to left. `"ttb"` for top to bottom. `"btt"` for bottom to top. Default: `"ltr"`
|
||||
// language = The language the text is in. Default: `"en"`
|
||||
// script = The script the text is in. Default: `"latin"`
|
||||
// atype = Change vertical center between "baseline" and "center". Default: "baseline"
|
||||
// atype = Change vertical center between "baseline" and "ycenter". Default: "baseline"
|
||||
// anchor = Translate so anchor point is at origin (0,0,0). See [anchor](attachments.scad#subsection-anchor). Default: `"baseline"`
|
||||
// center = Center the text. Equivalent to `atype="center", anchor=CENTER`. Default: false
|
||||
// spin = Rotate this many degrees around the Z axis. See [spin](attachments.scad#subsection-spin). Default: `0`
|
||||
|
|
Loading…
Reference in a new issue