config.stackFontShadowOffset
config.stackFontShadowOffset = {x,y}

Adjusts the offset of the shadow effect set in config.stackFontShadow. This defaults to 1 pixel right, 1 pixel down ({1,-1}) if not set or valid.
  • x,y: Offsets in pixels. X is horizontal, Y is vertical. Negative values reverse direction.

Examples:

config.stackFontShadowOffset = {2,-2}
config.stackFontShadowOffset = {-4,4}

The first example offsets the shadow effect 2 pixels right, 2 pixels down.
The second example offsets the shadow 4 pixels left, 4 pixels up.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License