mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Implement/match GetFontFace()
This commit is contained in:
parent
e0c989586e
commit
fd560201f4
@ -551,3 +551,12 @@ int GetFontWeight()
|
||||
return fontweight != 1 ? FW_BOLD : FW_NORMAL;
|
||||
}
|
||||
|
||||
char *GetFontFace()
|
||||
{
|
||||
if(pConfig && pConfig->GetStringVariable("fontface"))
|
||||
{
|
||||
return pConfig->GetStringVariable("fontface");
|
||||
}
|
||||
return "Arial";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user