summaryrefslogtreecommitdiffstats
path: root/sample/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Switch minikin to the new icu.Elliott Hughes2014-07-101-2/+2
| | | | Change-Id: I29a59edfe6102257c9f308aac1b4348ef7a18db7
* A basket of features: itemization, bounds, refcountRaph Levien2014-05-121-3/+33
| | | | | | | | | | | | | | | This patch improves script run itemization and also exposes metrics and bounds for layouts. In addition, there is a fair amount of internal cleanup, including ref counting, and making the MinikinFont abstraction strong enough to support both FreeType and Skia implementations. There is also a sample implementation using Skia, in the sample directory. As part of its functionality, his patch measures the bounds of the layout and gives access through Layout::GetBounds(). The corresponding method is not implemented in the FreeType-only implementation of MinikinFont, so that will probably have to be fixed. Change-Id: Ib1a3fe9d7c90519ac651fb4aa957848e4bb758ec
* Use shared ft2 lib, deal with libpng/zlib depsVictoria Lease2013-06-271-2/+5
| | | | | Bug: 9603326 Change-Id: I7df1f68fa3a44b37b1b279387f4ddfe942928bb0
* Initial commit of Minikin libraryRaph Levien2013-04-251-0/+42
This is the initial draft of Minikin, a library intended to perform text layout functions. This version does basic weight selection and font runs for scripts, and also has a simple renderer for drawing into bitmaps, but is lacking measurement, line breaking, and a number of other important features. It also lacks caching and other performance refinements. Change-Id: I789a2e47d11d71202dc84b4751b51a5e2cd9c451