x.ttf: fix typo in README (#14528)
parent
82332344de
commit
a7d7e34125
|
@ -210,7 +210,7 @@ It is possible to modify these parameters to obtain the desired effect on the te
|
|||
## TTF Sokol render
|
||||
The sokol render use the bitmap render to create the text and the `gg` functions to render
|
||||
the text to the screen.
|
||||
It is mor esimpel to use in a `gg app` that the raw bitmap render.
|
||||
It is simpler to use in a `gg app` than the raw bitmap render.
|
||||
Each single text rendered need its own reder to be declared, after you can modify it.
|
||||
Here a simple example of the usage:
|
||||
```v oksyntax
|
||||
|
|
Loading…
Reference in New Issue