Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use on-device font to render keytop icons
We made several changes around keytop icon rendering logic for 1) better and 2) uniform look-and-feel across various devices. - First version showed its keytop icon as bitmap (including 9-patch). - Next version embed commercial font's vector image (like <path> in SVG) to better scaling. - Since 2014 (Android-L (== Material Design) year) subset font has used as Noto font (redistribution free) was getting ready. However there is no such .otf file which supports both alphabet and hiragana, we have to maintain our own font file having both. Now that Noto font has been getting common across devices. The number of devices that have uncommon Japanese font is decreasing. In order to reduce maintenance cost, with this CL we start using on-device font to render keytop icons. BUG= TEST= REF_BUG=32129862 REF_CL=136007063,136444127 REF_TIME=2016-10-18T16:53:08+09:00 REF_TIME_RAW=1476777188 +0900
- Loading branch information