Raph Levien f7f969e67e Add Paint.hasGlyph method
This patch adds a method to determine whether a typeface has a glyph
to support a particular Unicode character or sequence.

The implementation is based on shaping the text and checking for the
presence of .notdef glyphs, and counting the number of glyphs in the
ligature case. In the case of variation selector control characters, it
currently just returns false because there is no variation selector
support yet (Mongolian Free Variation Selectors work because they're
shaped with GSUB instead).

Change-Id: I8ee4ae0d6e81a0ac57f961eb02dcc35aabd87042
2015-04-02 23:14:58 +00:00
2015-04-02 23:14:58 +00:00
2015-03-26 11:05:08 -07:00
2015-04-02 23:14:58 +00:00
2014-11-10 17:23:02 -08:00
2015-04-02 23:14:58 +00:00
2015-03-30 16:17:35 -07:00
2015-03-31 12:03:51 -07:00
2015-03-05 13:56:16 -08:00
2015-03-24 15:49:13 -07:00
2015-03-30 19:39:27 +00:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%