[saco] Implement/match GetUIFontSize()

This commit is contained in:
RD42 2024-07-17 22:24:31 +08:00
parent bdf9abb13d
commit 8023439fa3

View File

@ -538,3 +538,8 @@ int GetDeathWindowFontSize()
return fontsize;
}
int GetUIFontSize()
{
return 2 * pConfig->GetIntVariable("fontsize") + 20;
}