Returns the offset of the font instance's text shadow from its text. Signature: Code xOffset, yOffset = FontInstance:GetShadowOffset()
Returns: - xOffset - Horizontal distance between the text and its shadow (in pixels) (number)
- yOffset - Vertical distance between the text and its shadow (in pixels) (number)
Также смотрите: Экземпляр шрифта
Ссылки: http://wowprogramming.com/docs/widgets/FontInstance/GetShadowOffset
|