CMExamples/BitmapFont.h

12 lines
212 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();
const uint GetCharWidth();
const uint GetCharHeight();
const uint8 *GetBitmapChar(const char ch);