예제 #1
0
FontEffectOutline::FontEffectOutline()
{
	width = 0;

	// Default the z-index of an outline effect to be behind the main layer.
	SetZIndex(-1);
}
FontEffectShadow::FontEffectShadow() : offset(0, 0)
{
	// Default the z-index of a shadow effect to be behind the main layer.
	SetZIndex(-1);
}