Skip to content

Multi-column text layout #72

@matus-z-ceros

Description

@matus-z-ceros

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 columns
  • gutter - the space between the columns, in pixels
  • padding(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]
    }
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions