summaryrefslogtreecommitdiff
path: root/freetype
AgeCommit message (Collapse)AuthorFilesLines
2012-01-30keep the module name consistent in build.lstNorbert Thiebaud1-3/+3
2012-01-05Don't use soname, Android doesn't support thatTor Lillqvist1-0/+9
2011-12-11Don't bother with a freetype2 subdirectory for headers after allTor Lillqvist1-4/+4
2011-12-11Download and build FreeType and fontconfig for AndroidTor Lillqvist4-0/+81
It will probably be simplest to just use FreeType on Android, too. (Android uses it itself, but doesn't provide its API publicly.) Probably fontconfig, too, although there shouldn't be much configuration per se that a LibreOffice-baed app would have to do at run-time; it will have to bundle all fonts it is going to use anyway, I think, so all font information is known a priori. But maybe in the future there will be user-installable system fonts on Android, or something.