Shadow - mattbichay/test GitHub Wiki
The shadow font effect renders a coloured copy of text with an offset, giving the effect of a shadow.
Image(effect_shadow_1.jpg, nolink)
The effect has the following properties:
offset-x || Value: || <number></number> || || Initial: || 0 || || Percentages: || N/A ||
offset-y || Value: || <number></number> || || Initial: || 0 || || Percentages: || N/A ||
These properties define the offset, in pixels, between the source text and the shadow.
offset'BR A shorthand property for setting offset-x and offset-y.