Skip to contents

Multi-line text that wraps at a specified width. Similar to Text but with automatic word-wrapping.

Super classes

manimR::MObject -> manimR::VMobject -> manimR::Text -> Paragraph

Public fields

line_width

Maximum line width in scene units

Methods

Inherited methods


Method new()

Create a Paragraph

Usage

Paragraph$new(text, line_width = 6, ...)

Arguments

text

The paragraph text (will be wrapped)

line_width

Maximum width before wrapping (scene units)

...

Arguments passed to Text


Method clone()

The objects of this class are cloneable with this method.

Usage

Paragraph$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.