Returns the offset of text shadow from text in the frame. Signature: Code 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)
Также смотрите: Простой HTML
Ссылки: http://wowprogramming.com/docs/widgets/SimpleHTML/SetShadowOffset
|