Is there a way to apply the strikethrough text effect natively with UnrealScript? I'm using the Canvas.DrawText function to actually show the text string to the user. I've done the usual look around but to no avail, so here I am asking if it's even possible?
I know I could create my UI using Scaleform, but I'm trying to avoid this if at all possible, considering most of the work is already done using UnrealScript solely, it'd be a shame to just have to use Scaleform to write a bit of text.
Alternatively, I can just draw a 2d line over the text if it's not possible, I'm just curious to know whether or not it's a possibility.
I know I could create my UI using Scaleform, but I'm trying to avoid this if at all possible, considering most of the work is already done using UnrealScript solely, it'd be a shame to just have to use Scaleform to write a bit of text.
Alternatively, I can just draw a 2d line over the text if it's not possible, I'm just curious to know whether or not it's a possibility.
Comment