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

@@ -101,7 +101,7 @@ namespace hgl
bool end_disable; ///<是否行尾禁用符号
bool vrotate; ///<竖排时是否需要旋转
FontAdvInfo adv_info; ///<字符绘制信息
CharMetricsInfo adv_info; ///<字符绘制信息
};//struct CharLayoutAttributes
using CLA=CharLayoutAttributes;