-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Add support for multi-column text layout. This would be a per-paragraph value.
If we design a column layout with equal length columns, we can describe the layout with three/four parameters:
columns- the number of columnsgutter- the space between the columns, in pixelspadding(s)- the space between the columns content and text frame, in pixels
"text": {
...
"layout": {
"columns": 2,
"gutter": 3,
"padding": null,
"paddings": [1,2,1,2]
}
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels