SFML community forums
Bindings - other languages => C => Topic started by: yj1214 on August 26, 2015, 05:49:44 am
-
sfRenderStates *text_mode;
text_mode.blendMode = ?;
I don't know what to put there...
also, is there way to make my text not get 'resized'? when I resize my window, my text gets resized too...
-
Have you had a look at the API documentation?
The resize issue is explained in the tutorial about events.
-
The resize issue is explained in the tutorial about events.
Actually, it's in the tutorial about views ;)