libsdl-org / SDL_ttf

Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
343 stars 116 forks source link

Pass kerning setting through into harfbuzz shaping (SDL2) #340

Closed Starbuck5 closed 4 months ago

Starbuck5 commented 4 months ago

Fixes #339

Harfbuzz docs on enabling/disabling features like this: https://harfbuzz.github.io/shaping-opentype-features.html

1bsyl commented 4 months ago

I haven't tested but yes this sounds ok !