Typst Fumadocs

Skew

Documentation for the `skew` function.

Skews content.

Skews an element in horizontal and/or vertical direction. The layout will act as if the element was not skewed unless you specify reflow: true.

Example

Loading compiler...
#skew(
  ax: angle,
  ay: angle,
  origin: alignment,
  reflow: bool,
  body
) -> content

Parameters

Prop

Type

On this page