Open GoogleCodeExporter opened 9 years ago
Original comment by ShadowIs...@gmail.com
on 1 Jun 2012 at 3:44
I can't reproduce this issue.
What is the <font> tag it does not seem to exist in Nifty.
Also i tried with a text tag <text color="..."/> and a <style><attribute
font=".." color=".."/></style> and both are working properly.
Could you provide a xml document that fail, please?
Original comment by remy.bou...@gmail.com
on 1 Jun 2012 at 7:21
Original comment by ShadowIs...@gmail.com
on 1 Jun 2012 at 10:38
Jens developed an extension library that adds html support to nifty. For the
<font> tag it converts the following String: "<font color="#ff0000ff">Monkeys
eat bananas</font>" into "\#ff0000ff#Monkeys eat bananas".
This is then broken into segments by BitMapText and the quad's (I think) color
is set. The issue lies in the fact that the new Materials for Nifty don't take
the base color into account.
I can't send you the failing xml, as it's too dependent on a large set of
assets.
Original comment by j.warmer...@gmail.com
on 2 Jun 2012 at 9:16
Original comment by e.so...@gmail.com
on 19 Sep 2012 at 4:43
Original issue reported on code.google.com by
j.warmer...@gmail.com
on 22 May 2012 at 2:00