OLD | NEW |
1 Noto Sans Font: | 1 Noto Sans Font: |
2 | 2 |
3 1. Source Origin | 3 1. Source Origin |
4 Google's Internationalisation team's: | 4 Google's Internationalisation team's: |
5 a) https://code.google.com/p/noto/ | 5 a) https://code.google.com/p/noto/ |
6 b) https://code.google.com/p/noto/source/browse/trunk/fonts/individual/ | 6 b) https://code.google.com/p/noto/source/browse/trunk/fonts/individual/ |
7 | 7 |
8 2. LICENSE AND OPENSOURCE | 8 2. LICENSE AND OPENSOURCE |
9 For license information, see the LICENSE.txt file | 9 For license information, see the LICENSE.txt file |
10 | 10 |
11 3. Reason: | 11 3. Reason: |
12 Font file included as a real-world example for testing fonts with same script bu
t different language, Devanagari and Nepali in this case | 12 Font file included as a real-world example for testing fonts with same script bu
t different language, Devanagari and Nepali in this case |
13 with LayoutTests/fast/text/shaping/same_script_different_lang.html test case | 13 with LayoutTests/fast/text/shaping/same_script_different_lang.html test case |
14 | 14 |
15 Command to generate subset font: | 15 Command to generate subset font: |
16 $ pyftsubset ./NotoSansDevanagari-Regular.ttf <Unicode> | 16 $ pyftsubset ./NotoSansDevanagari-Regular.ttf uni091D |
17 | 17 |
18 where pyftsubset comes from https://github.com/behdad/fonttools | 18 where pyftsubset comes from https://github.com/behdad/fonttools |
19 | 19 |
OLD | NEW |