Closed Local9 closed 1 year ago
Incorrectly mentioned in the wrong PR
this should be made via \
Tested this in the UIMenuFreemodeDetailsItem
and saw no change to the font.
taken from R* scaleforms
static function parseHTMLForFonts(str, stdPtSize)
{
str = str.split("<C>").join("<FONT FACE=\'" + com.rockstargames.gtav.utils.GTAVUIConfig.CONDENSED_FONT + "\' SIZE=\'" + (stdPtSize + 3) + "\'>");
str = str.split("</C>").join("<FONT FACE=\'" + com.rockstargames.gtav.utils.GTAVUIConfig.DEFAULT_FONT + "\' SIZE=\'" + stdPtSize + "\'>");
return str;
}
Recommend testing it, as I saw no change in Left or Right labels.
integrated in next major version! https://github.com/manups4e/ScaleformUI/commit/758a0fcf829e756aca616e55849080d9c68b7e07
Example from GTA:O Menu, Rockstars name shows in a different font.