Oranchelo Team

Results 3 issues of 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);...

bug
m:sfml-system
s:undecided
p:windows

## 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....

bug
p:linux
m:config

## 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...

feature
m:sfml-graphics