Laurent Gomila
Laurent Gomila
The sf::Font class gives access to glyphs attributes, but it's very hard to use. One needs to interpret the glyphs metrics correctly, handle whitespace characters, etc.. This feature would allow...
Due to the float-to-int conversion in libsndfile, any float sample above 1.0 will get converted to an invalid value, which may produce cracks when the music is played. We can...
SFML currently only support simple text layouts. It is therefore unable to correctly display, for instance, Arabic which requires right-to-left layout, glyphs joined together, selecting the correct glyph variant according...