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

24 lines
674 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/FontSource.h>
#include<hgl/graph/font/TileFont.h>
2020-07-01 20:36:49 +08:00
#include<hgl/type/Map.h>
namespace hgl
{
namespace graph
{
/**
* <br>
* 使
*/
class FontManage
{
MapObject<Font,FontSource> sources;
MapObject<FontConfig,TileFont> tilefonts;
2020-07-01 20:36:49 +08:00
};//class FontManage
}//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_FONT_MANAGE_INCLUDE