CMExamples/BitmapFont.h

10 lines
194 B
C
Raw Normal View History

2023-06-28 18:40:06 +08:00
#pragma once
#include<hgl/type/DataType.h>
using namespace hgl;
bool LoadBitmapFont();
void ClearBitmapFont();
2023-09-15 20:16:44 +08:00
const uint8 *Get8x8Char(const char ch);
2023-09-13 16:11:23 +08:00
const uint8 *Get8x16Char(const char ch);