Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
TextWrap with Shadow — Gideros Forum

TextWrap with Shadow

mertocanmertocan Member
edited December 2015 in Step by step tutorials
Hi everyone,

I have implemented shadow property to TextWrap class of @ar2rsawseen. I am attaching the file.

Usage:
local shadowText=TextWrap.new("Text with Shadow",500,"center",nil,font)
shadowText:setTextColor(0xffffff)
shadowText:setShadow(3,3,0x000000,0.4)
 
stage:addChild(shadowText)
lua
lua
textwrap.lua
5K

Likes: pie, ar2rsawseen, muro

+1 -1 (+3 / -0 )Share on Facebook
Sign In or Register to comment.