Jump to content

Domandine (GUI)


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...