Search found 7 matches
- Fri Dec 02, 2016 6:41 pm
- Forum: Libraries and Tools
- Topic: [Lib] SUIT - Simple User Interface Toolkit
- Replies: 82
- Views: 112566
Re: [Lib] SUIT - Simple User Interface Toolkit
NO! You need to modify the theme.lua file or provide your own. SUIT is a bare UI library that allows people to theme it. It doesn't come with a lot of stuff but users can easily change the themes and other stuff, that is the idea. From looking at theme.lua, theme.Label calls love.graphics.printf, p...
- Fri Dec 02, 2016 5:01 pm
- Forum: Libraries and Tools
- Topic: [Lib] SUIT - Simple User Interface Toolkit
- Replies: 82
- Views: 112566
Re: [Lib] SUIT - Simple User Interface Toolkit
You can read the source to see exactly what options the default theme uses: https://github.com/vrld/SUIT/blob/master/theme.lua#L44 For labels, you can only customize color, font, and alignment. You can always write your own draw function though, if the default doesn't work. Thanks for the response....
- Wed Nov 30, 2016 8:06 am
- Forum: Libraries and Tools
- Topic: [Lib] SUIT - Simple User Interface Toolkit
- Replies: 82
- Views: 112566
Re: [Lib] SUIT - Simple User Interface Toolkit
Hi, I'm new to LÖVE and using SUIT to create a user interface for my game in LÖVE and I'm trying to figure out what kind of text formatting can be done on text created with SUIT. For example, I have some text generated like this: suit.Label("PRO", {align = "center", font = Libel1...
- Tue Nov 29, 2016 8:52 pm
- Forum: Support and Development
- Topic: Formatting text in SUIT
- Replies: 2
- Views: 2593
Re: Formatting text in SUIT
Nobody has any input on this?
- Mon Nov 28, 2016 2:43 pm
- Forum: General
- Topic: What code editor do you use ?
- Replies: 195
- Views: 318229
Re: What code editor do you use ?
Notepad++ for the win.
- Mon Nov 28, 2016 1:48 pm
- Forum: General
- Topic: Avatars: OBEY!
- Replies: 763
- Views: 1193749
Re: Avatars: OBEY!
I hear and obey.
- Sun Nov 27, 2016 1:31 pm
- Forum: Support and Development
- Topic: Formatting text in SUIT
- Replies: 2
- Views: 2593
Formatting text in SUIT
Hi, I'm new to LÖVE and using SUIT to create a user interface for my game in LÖVE and I'm trying to figure out what kind of text formatting can be done on text created with SUIT. For example, I have some text generated like this: suit.Label("PRO", {align = "center", font = Libel1...