SDL_ttf
SDL_ttf copied to clipboard
Support for TrueType (.ttf) font files with Simple Directmedia Layer.
At the moment **SDL_ttf** provides _TTF_SetFontScriptName_, a **Harfbuzz** related function that allows a script to be set (for a specific font) to be used for text shaping. This is useful...
I came here to report that _TTF_OpenFontRW_ fails on multiple calls with the same _SDL_RWops_ and requesting a smaller point size than the one(s) requested before, but apparently this is...
I don't think there's anything else I want to add to the library. I'll want to improve documentation and examples. I like the C++ version because of the hash table...
Ich wollte den aktuellen Commit von SDL_ttf installieren, aber leider kommt es zu einem Fehler bei „make“. SDL3 konnte problemlos installiert und verwendet werden. ``` $ cmake ../SDL_ttf/ -- The...
Right now, when rendering multi-line text, there is no way to control how close to each other each line will render. `TTF_initFontMetrics` computes a value automatically that looks good, but...
Hello! I've been enjoying my time using SDL a bunch and just noticed something that is causing me a slight issue. It seems like spaces are left over when text...
At the moment SDL_ttf provides TTF_SetFontScriptName, a Harfbuzz related function that allows a script to be set (for a specific font) to be used for text shaping. This is useful...
Hello everyone, thanks a lot for all the work on SDL libraries! I opening this issue to report a different behavior between Linux and macOS for what regards the generation...
Rebuilding SDL_ttf with `FT_DISABLE_PNG=off` does somewhat work to render emojis from bitmap fonts (eg NotoColorEmoji), we're getting color emoji support (see [here](https://github.com/kivy/kivy/pull/8313/files#diff-6ec83839ad4876205412ed61457df567b2443a4925e3e2940d65f205df1528ecR128)), the problem is that said emoji can't be...