| Summary: | make light ttf version without libfreetype dependence | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | Ivan <lyapunov> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | WAITING --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | denis |
| Version: | unspecified | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
|
Description
Ivan
2013-08-28 10:47:02 UTC
Also this kind of work could be interesting http://fractiousg.blogspot.ru/2012/04/rendering-text-in-opengl-on-android.html It looks like you'd really want to use stb_truetype.h directly: https://github.com/nothings/stb/blob/master/stb_truetype.h I don't have time to work on this myself, but you're welcome to contribute a patch! |