ULRE/inc/hgl/graph/font/FontManage.h

27 lines
651 B
C
Raw Normal View History

2020-07-01 20:36:49 +08:00
#ifndef HGL_GRAPH_FONT_MANAGE_INCLUDE
#define HGL_GRAPH_FONT_MANAGE_INCLUDE
#include<hgl/graph/font/Font.h>
#include<hgl/type/Map.h>
namespace hgl
{
namespace graph
{
struct FontConfig
{
};//
/**
* <br>
* 使
*/
class FontManage
{
MapObject<Font,FontSource> sources;
TileFont *
};//class FontManage
}//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_FONT_MANAGE_INCLUDE