Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Android Emoji Monospace Font: | |
| 2 | |
| 3 1. Source Origin | |
| 4 The Android Open Source Project: | |
| 5 a) https://github.com/android/platform_frameworks_base/tree/jb-release/data/ fonts | |
| 6 | |
| 7 2. LICENSE AND OPENSOURCE | |
| 8 For license information, see the LICENSE.txt file | |
| 9 | |
| 10 3. Reason: | |
| 11 Font file included as a real-world example for testing monosoace font which does not support Latin script | |
| 12 for LayoutTests/fast/text/ellipsis-platform-font-change.html test case | |
| 13 | |
| 14 Command to generate subset font: | |
| 15 $ python pyftsubset.py AndroidEmoji.ttf --unicodes=U+203C | |
|
Dominik Röttsches
2014/12/15 09:37:41
I can't follow here. Can you explain why are you a
h.joshi
2014/12/24 06:30:59
This font and test was made for old patch (https:/
| |
| 16 | |
| 17 where pyftsubset comes from https://github.com/behdad/fonttools | |
| 18 | |
| OLD | NEW |