SFML community forums

Help => General => Topic started by: Fouf on June 10, 2011, 02:04:54 am

Title: [Solved] Moving from 1.6 to 2.0
Post by: Fouf on June 10, 2011, 02:04:54 am
So I compiled 2.0 and I get lots of errors using it with my 1.6 code, yay.
I fixed most, such as string to text.. but I was using ::Shape.SetOutline etc to make a nice little textbox wrapper

How do I go about doing this now? It seems they are not part of ::Text now
Code: [Select]
outline.EnableOutline(true);
outline.EnableFill(false);
outline.SetOutlineWidth(1);

:C[/size]

-- Nevermind, did not look closely enough. :x sorry! Will not make a useless thread again. -.-