Underline in a Text+ node?

Any way to underline text in a Text+ node in Fusion?
NOT with the "Emphasis" option - this leaves tiny gaps between characters.
NOT with the "Emphasis" option - this leaves tiny gaps between characters.
https://forum.blackmagicdesign.com/
https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=139064
{
Tools = ordered() {
Text1 = TextPlus {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
SelectElement = Input { Value = 1, },
Select = Input { Value = 1, },
Enabled2 = Input { Value = 1, },
Level1 = Input { Value = 0, },
StyledText = Input { Value = "This line is underlined", },
Font = Input { Value = "Open Sans", },
Style = Input { Value = "Bold", },
VerticalJustificationNew = Input { Value = 3, },
HorizontalJustificationNew = Input { Value = 3, },
AdvancedFontControls = Input { Value = 1, },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
TabSpacing = Input { Value = 1, },
ElementShape2 = Input { Value = 2, },
Level2 = Input { Value = 1, },
ExtendHorizontal2 = Input { Value = -0.173, },
Position2 = Input { Value = 1, },
Offset2 = Input { Value = { 0, -0.013 }, },
Size2 = Input { Value = 1, },
SizeY2 = Input { Value = 0.047, },
},
ViewInfo = OperatorInfo { Pos = { 55, 16.5 } },
}
}
}
+1Jim Simon wrote:I would love to see all the Font Style options of Text working identically in Text+. This kind of thing has to be made simpler.