mosaic.mlx
Mosaic_mlx.Text_surface
Companion types for the text and code widgets.
text
code
mosaic
mosaic.ui
type wrap = Mosaic_ui.Text_surface.wrap
The type for wrapping mode: `None (no wrapping), `Char (break at any character), or `Word (break at word boundaries).
`None
`Char
`Word