From 5f506ff0a374445205e63dc57b04fc5ca73a2a2e Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Sun, 8 Sep 2024 12:19:04 +0900 Subject: [PATCH] Update README.md --- FreeTypeDemo/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FreeTypeDemo/README.md b/FreeTypeDemo/README.md index 237d3e6..4087707 100644 --- a/FreeTypeDemo/README.md +++ b/FreeTypeDemo/README.md @@ -16,9 +16,11 @@ You can find Monospaced fonts [here](https://en.wikipedia.org/wiki/List_of_monos - Copy font file to fonts directory. -- Select font +- Select font. load_font("/fonts/consola.ttf"); -- Specify the display position and threshold +- Specify the display position and threshold. + The lower the threshold, the thicker the text. + The larger the threshold, the thinner the text. render_text(&dev, 0, 16, 128, "FreeType");