Added shadow_blur property to fonts

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@846 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-16 19:26:11 +00:00
parent ec174fc2a7
commit 36c7e3ef43
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ class Font : public IntrusivePtrBase<Font> {
Scriptable<Color> color; ///< Color to use
Scriptable<Color> shadow_color; ///< Color for shadow
RealSize shadow_displacement; ///< Position of the shadow
double shadow_blur; ///< Blur radius of the shadow
Color separator_color; ///< Color for <sep> text
int flags; ///< FontFlags for this font