Adds `FontString` objects to the tooltip, allowing it to display an additional line of text.
Adds FontString objects to the tooltip, allowing it to display an additional line of text. This method is of little utility outside of Blizzard scripts, as the tooltip automatically creates new font strings for additional lines as needed.
Signature:
Code
GameTooltip:AddFontStrings(left, right)
Arguments:
left - Reference to a FontString object for the left-side text of a new line (fontstring)
right - Reference to a FontString object for the right-side text of a new line (fontstring)