From a7d7e3412529a6ce8329784cc73764d8dd964cc1 Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Thu, 26 May 2022 10:17:15 +0200 Subject: [PATCH] x.ttf: fix typo in README (#14528) --- vlib/x/ttf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/x/ttf/README.md b/vlib/x/ttf/README.md index 2a1062332c..d875f16089 100644 --- a/vlib/x/ttf/README.md +++ b/vlib/x/ttf/README.md @@ -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