Back
AddText
JS
Py
Hello World
Creates and adds a Text to a Layout.
app.AddText(
layout
,
text
,
width=-1
,
height=-1
,
options?
) →
app object:
Text
See
CreateText
for full documentation.
String
Number:
fraction (0..1)
String:
comma
“,”
separated:
“AutoScale”
,
“AutoSize”
,
“Multiline”
,
“Left”
or
“Right”
,
“Html”
,
“Bold”
,
“Monospace”
,
“NoWrap”
,
“Log”
,
“FillX/Y”
app object:
Layout