Returns the offset of text shadow from text in the frame
Signature:
SimpleHTML:SetShadowOffset(["element",] xOffset, yOffset)
Arguments:
element- Name of an HTML element for which to set font properties (e.g.p,h1); if omitted, sets properties for the frame's default font (string)xOffset- Horizontal distance between the text and its shadow (in pixels) (number)yOffset- Vertical distance between the text and its shadow (in pixels) (number)