1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

x.ttf: fix typo in README (#14528)

This commit is contained in:
Wertzui123 2022-05-26 10:17:15 +02:00 committed by GitHub
parent 3849cdcecc
commit 1017335365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ It is possible to modify these parameters to obtain the desired effect on the te
## TTF Sokol render ## TTF Sokol render
The sokol render use the bitmap render to create the text and the `gg` functions to render The sokol render use the bitmap render to create the text and the `gg` functions to render
the text to the screen. 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. Each single text rendered need its own reder to be declared, after you can modify it.
Here a simple example of the usage: Here a simple example of the usage:
```v oksyntax ```v oksyntax