7 #include "VectorMath.h"
20 const v4& foregroundColor,
21 const v4& shadowColor,
22 const v4& outlineColor,
23 const float haloWidth,
24 const float haloHardness);
26 float GetScale()
const
31 v4 GetForegroundColor()
const
33 return m_foregroundColor;
36 v4 GetShadowColor()
const
41 v4 GetOutlineColor()
const
43 return m_outlineColor;
46 float GetHaloWidth()
const
51 float GetHaloHardness()
const
53 return m_haloHardness;