added BitmapFont.h
This commit is contained in:
parent
0fd9552b4e
commit
ef84a87f23
18
inc/hgl/2d/BitmapFont.h
Normal file
18
inc/hgl/2d/BitmapFont.h
Normal file
@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
#include<hgl/type/DataType.h>
|
||||
|
||||
namespace hgl
|
||||
{
|
||||
/*
|
||||
* 基于位图的字体
|
||||
*/
|
||||
class BitmapFont
|
||||
{
|
||||
uint bits;
|
||||
uint width,height;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
};//class BitmapFont
|
||||
}//namespace hgl
|
Loading…
x
Reference in New Issue
Block a user