update TileFont....

This commit is contained in:
2020-07-31 18:01:28 +08:00
parent 4dc060e05f
commit 1f80f793ac
18 changed files with 512 additions and 380 deletions

View File

@@ -27,7 +27,7 @@ namespace hgl
public:
Font();
Font(const os_char *,int,int,bool,bool,bool=true);
Font(const os_char *,int,int,bool b=false,bool i=false,bool=true);
CompOperatorMemcmp(const Font &); ///<比较操作符重载
};//struct Font