update codes...but can't compile

This commit is contained in:
2023-04-20 21:49:48 +08:00
parent e488b4c3d3
commit 011fbdb55d
19 changed files with 141 additions and 70 deletions

View File

@@ -42,7 +42,7 @@ namespace hgl
for(int i=0;i<count;i++)
{
get_max(max_char_height,(*fsp)->right->GetCharHeight());
get_max(max_char_height,(*fsp)->value->GetCharHeight());
++fsp;
}
@@ -93,8 +93,8 @@ namespace hgl
for(int i=0;i<count;i++)
{
if(IsInUnicodeBlock((*fsp)->left,ch))
return (*fsp)->right;
if(IsInUnicodeBlock((*fsp)->key,ch))
return (*fsp)->value;
++fsp;
}