upgraded codes based on newly CM... library.
This commit is contained in:
@@ -14,9 +14,9 @@ namespace hgl
|
||||
*/
|
||||
class FontManage
|
||||
{
|
||||
MapObject<Font,FontSource> sources;
|
||||
ObjectMap<Font,FontSource> sources;
|
||||
|
||||
MapObject<FontConfig,TileFont> tilefonts;
|
||||
ObjectMap<FontConfig,TileFont> tilefonts;
|
||||
};//class FontManage
|
||||
}//namespace graph
|
||||
}//namespace hgl
|
||||
|
@@ -73,7 +73,7 @@ namespace hgl
|
||||
|
||||
SortedSets<void *> ref_object;
|
||||
|
||||
MapObject<u32char,CLA> cla_cache;
|
||||
ObjectMap<u32char,CLA> cla_cache;
|
||||
|
||||
public:
|
||||
|
||||
@@ -98,7 +98,7 @@ namespace hgl
|
||||
|
||||
Font fnt;
|
||||
|
||||
MapObject<u32char,FontBitmap> chars_bitmap; ///<字符位图
|
||||
ObjectMap<u32char,FontBitmap> chars_bitmap; ///<字符位图
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user