renamed to FULL_WIDTH_SPACE from FULL_SPACE

This commit is contained in:
hyzboy 2022-02-28 14:28:01 +08:00
parent d17dc3125a
commit 8fddcf7507
3 changed files with 3 additions and 3 deletions

2
CMCore

@ -1 +1 @@
Subproject commit c2ac03c35bc545ae529cd54569c7557dc338fd67
Subproject commit 090fab9c0eca5fa157f1f3280713fd42954a21a2

View File

@ -34,7 +34,7 @@ namespace hgl
MapObject<u32char,CharAttributes> all_char_attrs;
}//namespace
const CLA *FontSource::GetCLA(const u32char &ch)
{
CLA *cla;

View File

@ -212,7 +212,7 @@ namespace hgl
if((*cda)->cla->attr->ch==' ')
left+=space_size;
else
if((*cda)->cla->attr->ch==U32_FULL_SPACE)
if((*cda)->cla->attr->ch==U32_FULL_WIDTH_SPACE)
left+=full_space_size;
else
if((*cda)->cla->attr->ch=='\t')