readme update 0.3

This commit is contained in:
my 2019-10-29 13:27:36 +01:00
parent c51063359b
commit 742941ebdb
1 changed files with 5 additions and 1 deletions

View File

@ -34,4 +34,8 @@ 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 load the font.bmp file.
src/Font class, it read the font.bmp data by Bitmap class, 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.
main folder is only used to test now.