# orx-text-writer Writing texts with layouts The `TextWriter` class was previously called `Writer`. Find usage examples [in the guide](https://guide.openrndr.org/drawing/text.html#advanced-text-rendering). _The code in `orx-text-writer` was previously found under `openrndr-draw` in the `openrndr` repository._ ## Demos ### DemoTextWriter01 [source code](src/jvmDemo/kotlin/DemoTextWriter01.kt) ![DemoTextWriter01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter01Kt.png) ### DemoTextWriter02 [source code](src/jvmDemo/kotlin/DemoTextWriter02.kt) ![DemoTextWriter02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter02Kt.png) ### DemoTextWriter03 [source code](src/jvmDemo/kotlin/DemoTextWriter03.kt) ![DemoTextWriter03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter03Kt.png)