Renamed to SortedSets instead of Sets.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include<hgl/type/StrChar.h>
|
||||
#include<hgl/type/Map.h>
|
||||
#include<hgl/type/Sets.h>
|
||||
#include<hgl/type/SortedSets.h>
|
||||
#include<hgl/graph/font/Font.h>
|
||||
#include<hgl/type/UnicodeBlocks.h>
|
||||
|
||||
@@ -70,7 +70,7 @@ namespace hgl
|
||||
{
|
||||
protected:
|
||||
|
||||
Sets<void *> ref_object;
|
||||
SortedSets<void *> ref_object;
|
||||
|
||||
MapObject<u32char,CLA> cla_cache;
|
||||
|
||||
|
@@ -99,7 +99,7 @@ namespace hgl
|
||||
|
||||
int draw_chars_count; ///<要绘制字符列表
|
||||
|
||||
Sets<u32char> alone_chars; ///<不重复字符统计缓冲区
|
||||
SortedSets<u32char> alone_chars; ///<不重复字符统计缓冲区
|
||||
TileUVFloatMap alone_chars_uv; ///<所有要绘制字符的uv
|
||||
|
||||
struct CharDrawAttr
|
||||
|
Reference in New Issue
Block a user