SFML community forums

Bindings - other languages => C => Topic started by: yj1214 on August 26, 2015, 05:49:44 am

Title: How do I use 'sfRenderStates'?
Post by: yj1214 on August 26, 2015, 05:49:44 am
Code: [Select]
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...
Title: Re: How do I use 'sfRenderStates'?
Post by: Nexus on August 26, 2015, 09:38:13 am
Have you had a look at the API documentation?

The resize issue is explained in the tutorial about events.
Title: Re: How do I use 'sfRenderStates'?
Post by: Hapax on August 26, 2015, 08:26:54 pm
The resize issue is explained in the tutorial about events.
Actually, it's in the tutorial about views  ;)