Index: LayoutTests/third_party/NotoSans/README.txt |
diff --git a/LayoutTests/third_party/NotoSans/README.txt b/LayoutTests/third_party/NotoSans/README.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c07557ca40af0bde563e15f1838b0ffc2835bb2c |
--- /dev/null |
+++ b/LayoutTests/third_party/NotoSans/README.txt |
@@ -0,0 +1,19 @@ |
+Noto Sans Font: |
+ |
+1. Source Origin |
+Google's Internationalisation team's: |
+ a) https://code.google.com/p/noto/ |
+ b) https://code.google.com/p/noto/source/browse/trunk/fonts/individual/ |
+ |
+2. LICENSE AND OPENSOURCE |
+ For license information, see the LICENSE.txt file |
+ |
+3. Reason: |
+Font file included as a real-world example for testing fonts with same script but different language, Devanagari and Nepali in this case |
+with LayoutTests/fast/text/shaping/same_script_different_lang.html test case |
+ |
+Command to generate subset font: |
+$ pyftsubset ./NotoSansDevanagari-Regular.ttf <Unicode> |
Dominik Röttsches
2014/05/20 08:49:25
I believe Dirk meant the actual command here, not
Dirk Pranke
2014/05/20 15:40:56
Right.
|
+ |
+where pyftsubset comes from https://github.com/behdad/fonttools |
+ |