readme update 0.4
This commit is contained in:
parent
742941ebdb
commit
82f878b9ec
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue