readme update 0.4

This commit is contained in:
my 2019-10-29 13:29:46 +01:00
parent 742941ebdb
commit 82f878b9ec
1 changed files with 2 additions and 2 deletions

View File

@ -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.