Yes, you can do this, but it does take a little bit of effort.
You have to activate another 'shading element' (it's in the shading tab) and make a colored 'block' and set it to line and then adjust the size and position in the respective sections.
Just copy/paste the following in your comp area (where the nodes are) and you'll see an example.
It's not as intuitive as it could be, but once you know how, it's pretty quick.
- Code: Select all
{
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 } },
}
}
}