Search found 4 matches
- Wed Dec 16, 2009 09:00
- Forum: Help
- Topic: [solved] Default text colour.
- Replies: 5
- Views: 4691
Re: [solved] Default text colour.
Sounds good.
- Fri Dec 11, 2009 23:09
- Forum: Help
- Topic: [solved] Default text colour.
- Replies: 5
- Views: 4691
Re: Default text colour.
Revenge of the case sensitive property attributes. http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=4549 <Property Name="TextColours" Value="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" /> Notice N ame and V alue for properties in layouts, and lowercase in looknfeel.
- Fri Nov 20, 2009 05:11
- Forum: Help
- Topic: [solved] Default text colour.
- Replies: 5
- Views: 4691
Re: Default text colour.
Haven't use it, but it looks like you can use this property with your font to change it, so you might want to try it: http://www.cegui.org.uk/api_reference/classCEGUI_1_1Font.html#a207da35fb7ddb61eb796d0170b703bfe ~DtD Thanks, but i don't see it exposed to an xml property anywhere, it would also re...
- Thu Nov 19, 2009 21:34
- Forum: Help
- Topic: [solved] Default text colour.
- Replies: 5
- Views: 4691
[solved] Default text colour.
Hello, I just finished updating the Crystal Space's CEGUI renderer for 0.7. And as I was playing around with the new stringparser markup functionality([colour=""]), I couldn't seem to find a way to set a default text colour and overwrite it on a per window basis. You used to do <Property n...