View Single Post
07-12-12, 10:48 PM   #7
StormFX
A Flamescale Wyrmkin
 
StormFX's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 109
Sorry I got in here late, Elloria. I had left in some backwards-compatible code from when I changed how text layers were aligned to give skin authors a chance to catch up. That backwards-compatible code was (finally) removed in the latest release.

Previously, all text layers were aligned to the center, with their offsets being based on their centered position. Some time ago (like a year or so), I added the ability to use JustifyH/JustifyV in combination with the offsets to set the text positions. The layers now use their default (:SetPoint()) positions and skin authors can position the text itself (via Justify), rather than the layer.

Edit: In regards to the Font option that Jeffy mentioned (and is shown in his skin), that option has been removed. At a later date, I hope to implement an optional font module that will utilize SharedMedia and allow users to actually customize the fonts and font attributes.

Last edited by StormFX : 07-12-12 at 10:51 PM.
  Reply With Quote