added is_currency attribute at CharAttributes.

This commit is contained in:
2022-02-18 20:42:12 +08:00
parent f9cf0d1911
commit 125bf163dc
2 changed files with 5 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ namespace hgl
bool is_cjk; ///<是否是中日韩文字
bool is_emoji; ///<是否是表情符号
bool is_currency; ///<是否货币符号
bool is_punctuation; ///<是否是标点符号