Submit Your Own Code

PSP Lua CodeBase : Centered Text with with your own font (.TTF)

Description:
This function allows you to print your own font and to center your
text. Thanks to Access_Denied for the center text function, and EminentJonFrost for
the load/print a font.

--Colors 
white=(255,255,255) 

--Font 
font=Font.load("font.ttf") 
font:setPixelSizes(0,10) 

--Functions 
function printCenteredfont(y,text,color) 
local length = string.len(text) 
local x = 240 - ((length*8)/2) 
screen:fontPrint(font,x,y,text,color) 
end 

--Main Loop 
while true do 
screen:clear() 
printCentered(100,"Wow, its my font and its in the middle!",white) 
screen.waitVblankStart() 
screen.flip() 
end

Back to CodeBase
 

Please welcome anthonyjee, our newest member.

Who's Online:

Total Members: 522
Total Posts: 13085
Total Topics: 1515
Total Categories: 7
Total Boards: 42

Recent Posts:

Re: Hello every body... by DeniseVera
Need help please by Robbynator
Re: Hello every body... by horvathann
Re: background criminal record check by backgroundchecker
background criminal record check by backgroundchecker
Intro to Perl Part 2: What are Scalars? & Examples by Chi Kitory
Intro to Perl Part 1 About Perl and Hello World by Chi Kitory
Re: Trying To Get Rid of the Spammers by Charlie


Copyright © 2006-2009 www.EvilMana.com All rights reserved.
EvilMana Logo by emcp and Charlie