We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2068 - make light ttf version without libfreetype dependence
Summary: make light ttf version without libfreetype dependence
Status: WAITING
Alias: None
Product: SDL_ttf
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86_64 All
: P2 enhancement
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 10:47 UTC by Ivan
Modified: 2017-09-10 05:49 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan 2013-08-28 10:47:02 UTC
based on font stash
https://github.com/apetrone/font-stash

or better ofxFontStash
https://github.com/armadillu/ofxFontStash

this will be very useful for embedded devices, like android or ios
Comment 1 Ivan 2013-08-28 12:29:08 UTC
Also this kind of work could be interesting
http://fractiousg.blogspot.ru/2012/04/rendering-text-in-opengl-on-android.html
Comment 2 Sam Lantinga 2017-09-10 05:49:05 UTC
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!