Quick Jump Daily Digest
Thank you for your interest in the Quick Jump Daily Digest. Get notified of all new content on QJ in our free Daily Digest. To subscribe, enter your email address below and click the subscribe button.
Center Text LUA Application for the PSP |
Listed in: Homebrew Applications Tags: Lua, project, psp homebrews
Ó
This is a LUA project that was sent to us by developer Mimminito (via e-mail) which he originally created for his own use. This application for the PSP will allow one to draw a rectangle around the text one has written according to its length.This would be applicable if one wants to create a speech bubble for example. The app would help to center the text in that rectangle. One can also change the position of the rectangle if need be. The text being displayed can also be changed.
Download [Center Text]
| This story sucks? This story rocks! |
|
|












Comments
Reply
Reply
Reply
Reply
Reply
Reply
code:
local rw = textlen * 9
it needs to be:
local rw = textlen * 8
Reply
Reply
Reply