From 82f878b9ec343d2b16201b7799410a5c2c09f796 Mon Sep 17 00:00:00 2001 From: my Date: Tue, 29 Oct 2019 13:29:46 +0100 Subject: [PATCH] readme update 0.4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8463eb5..cdadfe7 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ res/font.bmp (bitmap data, used by Bitmap::load() function) res/font.toml (configuration file, it configure how to read the font.bmp) -src/Bitmap class, it used to load the font.bmp file. +src/Bitmap class, it used to read the font.bmp file. src/Font class, it read the font.bmp data by Bitmap class, -translate a string to a bitmap +translate a string to a bitmap. test folder used to test.