From 579921ed15679821cc96a98b4d928633e6ae2214 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 19 Feb 2025 22:09:28 +0000 Subject: [PATCH] add demos to README.md --- orx-text-writer/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/orx-text-writer/README.md b/orx-text-writer/README.md index a64c42f6..28bf7a12 100644 --- a/orx-text-writer/README.md +++ b/orx-text-writer/README.md @@ -6,3 +6,9 @@ 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)