Replies: 1 comment
-
PS: If I changed it from: "obj":"label" to "obj":"btn" , the text is centered in the vertical direction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The text of a label object is printed at the top of the box.
Item code:
{"page":1,"id":2,
"obj":"label",
"x":5,"y":5,"h":100,"w":125,
"bg_color":"#0000FF",
"bg_opa":255,
"bg_grad_dir":0,
"border_width":5,
"border_color":"yellow",
"border_opa":255,
"align":"center",
"mode":"crop",
"text_color":"white",
"text":"Hello",
"enabled":true,
"hidden":false}
Is this the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions