CM2D/inc/hgl/2d/BitmapFont.h

19 lines
243 B
C++

#pragma once
#include<hgl/type/DataType.h>
namespace hgl
{
/*
* 基于位图的字体
*/
class BitmapFont
{
uint bits;
uint width,height;
public:
};//class BitmapFont
}//namespace hgl