renamed to FULL_WIDTH_SPACE from FULL_SPACE
This commit is contained in:
parent
d17dc3125a
commit
8fddcf7507
2
CMCore
2
CMCore
@ -1 +1 @@
|
||||
Subproject commit c2ac03c35bc545ae529cd54569c7557dc338fd67
|
||||
Subproject commit 090fab9c0eca5fa157f1f3280713fd42954a21a2
|
@ -34,7 +34,7 @@ namespace hgl
|
||||
|
||||
MapObject<u32char,CharAttributes> all_char_attrs;
|
||||
}//namespace
|
||||
|
||||
|
||||
const CLA *FontSource::GetCLA(const u32char &ch)
|
||||
{
|
||||
CLA *cla;
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user