| Simple truetype font library for SDL2 |
| Simple truetype font library for SDL2 |
|
MrOzBarry
|
Because of the open nature of the license, what I'd recommend (and this is something that I may do myself anyway) is to add some code to support SDL_RWops, and write an official SDL port of the library. Once that's done, the community will have a chance to see it in action with SDL. I don't think this needs to be a replacement for SDL_ttf, either - if it works, it's just another option.
The more I read through the code, the more I get this impression that I've looked at this before, and maybe it was on this mailing list a few years ago? Anyway, good find, and nice example of it alongside SDL -Alex On Mon, Oct 15, 2012 at 4:35 AM, wboe wrote:
|
|||||||||||||
|
|
||||||||||||||
| Simple truetype font library for SDL2 |
|
wahono
|
SFML has internal font rendering, if this truetype rendering added in SDL, I think it would very usefull, we don't need freetype again, especially for iOS and Android.
regards |
|||||||||||
|
|
||||||||||||
| Simple truetype font library for SDL2 |
|
Vittorio Giovara
Guest
|
Afaik there is no problem in compiling Freetype for Android.
You can find the Android.mk we use every day here: https://code.google.com/p/hedgewars/source/browse/#hg%2Fmisc%2Flibfreetype Vittorio On Mon, Oct 15, 2012 at 10:35 AM, wboe wrote:
|
|||||||||||||
|
|
||||||||||||||

