Crate typst_layout

Source
Expand description

Typst’s layout engine.

Functions§

layout_circle
Lay out the circle.
layout_columns
Layout the columns.
layout_curve
Layout the curve.
layout_document
Layout content into a document.
layout_ellipse
Lay out the ellipse.
layout_enum
Layout the enumeration.
layout_equation_block
Layout a block-level equation (in a flow).
layout_equation_inline
Layout an inline equation (in a paragraph).
layout_fragment
Lays out content into multiple regions.
layout_frame
Lays out content into a single region, producing a single frame.
layout_grid
Layout the grid.
layout_image
Layout the image.
layout_line
Layout the line.
layout_list
Layout the list.
layout_move
Layout the moved content.
layout_pad
Layout the padded content.
layout_path
Layout the path.
layout_polygon
Layout the polygon.
layout_rect
Lay out the rectangle.
layout_repeat
Layout the repeated content.
layout_rotate
Layout the rotated content.
layout_scale
Layout the scaled content.
layout_skew
Layout the skewed content.
layout_square
Lay out the square.
layout_stack
Layout the stack.
layout_table
Layout the table.