History log of /frameworks/minikin/sample/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fbe7ebf529b3d429ae9f153b7df3529554bfc64d 10-Jul-2014 Elliott Hughes <enh@google.com> Switch minikin to the new icu.

Change-Id: I29a59edfe6102257c9f308aac1b4348ef7a18db7
/frameworks/minikin/sample/Android.mk
ecc2d34ac23a497988f21e5f415b53c007b9d8c5 15-Jul-2013 Raph Levien <raph@google.com> A basket of features: itemization, bounds, refcount

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
/frameworks/minikin/sample/Android.mk
1686c1d7a2562360bfcca52e9c53ebbcd1bed00c 28-Jun-2013 Victoria Lease <violets@google.com> Use shared ft2 lib, deal with libpng/zlib deps

Bug: 9603326
Change-Id: I7df1f68fa3a44b37b1b279387f4ddfe942928bb0
/frameworks/minikin/sample/Android.mk
9cc9bbe1461f359f0b27c5e7645c17dda001ab1d 24-Apr-2013 Raph Levien <raph@google.com> Initial commit of Minikin library

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
/frameworks/minikin/sample/Android.mk