Results 105 comments of Laurent Gomila

> Kerning and advance is also quantized to pixels. Ah, that's it. Ok for advance, and is it documented for kerning as well? As I said I don't remember every...

> I would like access that table it in getKerning() > [...] > I need to somehow retrieve any glyph data for a certain size regardless of any extra flags...

At this point, texture coordinates are not interpreted. It's the flag given to `Texture::bind` that selects the coordinates mode. And as long as you use the SFML API (`RenderTarget::draw`), texture...

Indeed, if there's no texture then SFML can't use pixel coordinates (reminder: it's pixels _of the texture_, not the render-target). If you pass a valid texture to `RenderTarget::draw`, then pixel...

When you click the "New issue" button on github, there's a message inviting you to read the rules. And these rules clearly state that [bug reports should first be posted...

These rules exist for a lot of very good reasons, and feel free to discuss them if you need to, but not on this tracker please 😉

If we can't find a documented source, I'm afraid we'll need more tests before we can validate it.

Audio encoders and decoders are clearly split exactly for this purpose: to allow some formats to only have one. In my opinion, it's totally fine to be able to read...

@lieff what's the status of your library? It looks complete but you said you were working on it, so I'm wondering if it's ready to be used.