I recently started using SFML and noticed that no "FreeResource" methods exist. For example, it sf::Fonthas a function called LoadFromFile, but there are no functions to free a resource.
I thought it was very strange. Am I missing something? My only way to create a pointer sf::Fontand dynamically select and delete it?
source
share