I currently have a main menu button coded as such:
"TFItems"
{
"ControlName" "CExButton"
"fieldName" "TFItems"
"labeltext" "ITEMS"
"font" "HudFontMediumSmallSecondary"
"textAlignment" "north-west"
"xpos" "c-350"
"ypos" "c-108"
"zpos" "4"
"wide" "373"
"tall" "54"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" ""
"textAlignment" "west"
"textinsetx" "5"
"textinsety" "5"
"use_proportional_insets" "1"
"dulltext" "0"
"brighttext" "0"
"default" "1"
"Command" "engine open_charinfo"
"defaultFgColor_override" "TanLight"
"armedFGColor_override" "TanLight"
"armedBgColor_override" "146 63 4 255"
"defaultBgColor_override" "59 57 53 255"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"sound_armed" "UI/buttonclickrelease.wav"
}
How can I add a subtitle with a different font and size of the main "ITEMS" labeltext? looking for something like this:
https://imgur.com/a/WIb0nxU
Thanks!