在我的应用程序中, 需要插入 3d 字体 。 i 需要为每个字体设置不同的颜色 。 使用条纹 。 请给出一些想法 。 如何给同一字体提供不同的形状颜色 。
myText = 显示. newText (“corona”, 0, 0, 0, " hearprint, 22 )
在我的应用程序中, 需要插入 3d 字体 。 i 需要为每个字体设置不同的颜色 。 使用条纹 。 请给出一些想法 。 如何给同一字体提供不同的形状颜色 。
myText = 显示. newText (“corona”, 0, 0, 0, " hearprint, 22 )
myText:setTextColor(Rvalue,Gvalue,Bvalue)
s 那里没有 3D 字体在 Corona 中绘制的 3D 字体 - TTF 字体文件是定义显示内容的字体文件
Here s the use case: A friend and I are building an Android app and along with it want to integrate a game. The core of the app has been built in Eclipse but we are looking into building the game ...
How do I register the whole display screen as an event listener?
I know I know this has been posted millions of times but I still can t find a solution. I want to start learning Corona and taking it seriously but I don t know how to start. I feel shame actually ...
Create a display object, set a fill color, draw a square, save the object reference, then later retrieve that object color? Relevant code (from memory): var disp = display.createRect(5,5) disp....
In Lua, for an iPad Corona project, I m requesting a UTF-8 server text file (containing Chinese characters) using network.request, but the result when displayed in the console or in the app shows as "...
I installed the Corona SDK on MacOS. Now I m trying to open a .lua file. My most preferable way I ve found to do it so far is to right-click and then Open With->Other... and select Text Wrangler. I ...
I have started working on Corona SDK.As you all know it uses Lua as the programming language,i wanted to know some good links or ebooks which i can refer to begin development.I am an iPhone developer ...
I am checking out Corona SDK and looking to adapt the Coffee Demo ( http://blog.anscamobile.com/2010/09/create-scrolling-list-views-with-text-and-graphics-in-coronasdk-ios-android-tutorial/ ) so that ...