update Font codes.

This commit is contained in:
2020-07-24 17:51:36 +08:00
parent 1784e1b2e2
commit 22c30427b3
5 changed files with 20 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ namespace hgl
*/
struct Font
{
char name[128]; ///<字体名称(utf8)
os_char name[128]; ///<字体名称
int width; ///<宽度
int height; ///<高度