Oranchelo Team
Oranchelo Team
Calling sf::String::fromUtf8 with an invalid UTF-8 string leads to a debug assertion in Visual Studio when compiling in debug mode. Example code: ```c++ #include int main() { std::string s(1, (char)251);...
## Description When running CMake without setting CMAKE_INSTALL_PREFIX, and then running CMake again with a different prefix, the install path for the pkgconfig files still points to the old location....
## Description This PR adds functions to the Font class to retrieve the ascent and descent of the font. I marked the PR as a draft because there are some...