We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb43e4 commit 2116a3bCopy full SHA for 2116a3b
1 file changed
migration.md
@@ -425,6 +425,7 @@ SFML 3 capitalizes the `A` of `aliasing` for all the APIs.
425
426
SFML 3 includes various smaller changes that ought to be mentioned.
427
428
+* Changed the parameter order of the `sf::Text` constructor, so that the provided font is always the first parameter
429
* Reverted to default value of CMake's `BUILD_SHARED_LIBS` which means SFML now builds static libraries by default
430
* Changed `sf::String` interface to use `std::u16string` and `std::u32string`
431
* Removed `sf::ContextSettings` constructor in favor of aggregate initialization
0 commit comments