added VGA8.F8

This commit is contained in:
2023-09-13 16:11:23 +08:00
parent dc90b536c3
commit d3a3f70be1
7 changed files with 25 additions and 24 deletions

View File

@@ -6,7 +6,4 @@ using namespace hgl;
bool LoadBitmapFont();
void ClearBitmapFont();
const uint GetCharWidth();
const uint GetCharHeight();
const uint8 *GetBitmapChar(const char ch);
const uint8 *Get8x16Char(const char ch);