xShocKz Posted July 18, 2012 Share Posted July 18, 2012 Ho un problemino con la modifica di un testo (label), vorrei cambiare la sua dimensione e magari anche il colore ma la wiki non mi aiuta tanto . Oltre questo vorrei sapere come potere usare un front diverso per il pannello (magari uno di quelli scaricabili da internet). Link to comment
HunT Posted July 18, 2012 Share Posted July 18, 2012 Per prima cosa scegli il font che desideri (non scegliere un font complicato o che pesi troppo altrimenti lagga) mioFont = guiCreateFont( "nome_del_font.ttf", grandezza ) -- ad esempio guiCreateFont( "shokkino.ttf", 10 ) miaLabel = guiCreateLabel -- la tualabel guiSetFont( miaLabel, mioFont ) -- + il colore me ne ero dimenticato guiLabelSetColor ( miaLabel, 255, 255, 255) -- colore rgb Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now