We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.4.97
No response
I'm setting the data like this:
editor.command.executeSetValue({main: [ { "value": "Prod", "font": "Arial", "size": 18, "bold": true, "width": 200 }, { "value": " sad ", "font": "Arial", "size": 18, "bold": true, "width": 400, "groupIds": [ "1" ] }, { "value": "sadf", "font": "Arial", "size": 18, "bold": true } ]})
Define the width for the element, and it will be applied correctly.
Trying to set a width for certain elements, I noticed that the defined width is not applied. Is there any correct way to work, or what?
The text was updated successfully, but these errors were encountered:
Currently, only image elements support the width attribute. Consider adding text width configuration
Sorry, something went wrong.
I understand, thanks for clarifying. What would the text width configuration look like?
feat: text element width #277
bb64626
{ value: 'ABC', width: 50 }
No branches or pull requests
version
0.4.97
Link to minimal reproduction
No response
Steps to reproduce
I'm setting the data like this:
What is expected?
Define the width for the element, and it will be applied correctly.
What is actually happening?
Trying to set a width for certain elements, I noticed that the defined width is not applied. Is there any correct way to work, or what?
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: