Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: LayoutTests/third_party/AndroidEmojiMonospace/README.chromium

Issue 593673003: Different fonts selected for width calculation and actual painting (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@ellipsis_not_present
Patch Set: Rebasing Test Expectation file Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/third_party/AndroidEmojiMonospace/LICENSE.txt ('k') | Source/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/third_party/AndroidEmojiMonospace/README.chromium
diff --git a/LayoutTests/third_party/AndroidEmojiMonospace/README.chromium b/LayoutTests/third_party/AndroidEmojiMonospace/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..25dfe5307834cfdf4849a6fb28534da3f5e894fe
--- /dev/null
+++ b/LayoutTests/third_party/AndroidEmojiMonospace/README.chromium
@@ -0,0 +1,18 @@
+Android Emoji Monospace Font:
+
+1. Source Origin
+The Android Open Source Project:
+ a) https://github.com/android/platform_frameworks_base/tree/jb-release/data/fonts
+
+2. LICENSE AND OPENSOURCE
+ For license information, see the LICENSE.txt file
+
+3. Reason:
+Font file included as a real-world example for testing monosoace font which does not support Latin script
+for LayoutTests/fast/text/ellipsis-platform-font-change.html test case
+
+Command to generate subset font:
+$ python pyftsubset.py AndroidEmoji.ttf --unicodes=U+203C
+
+where pyftsubset comes from https://github.com/behdad/fonttools
+
« no previous file with comments | « LayoutTests/third_party/AndroidEmojiMonospace/LICENSE.txt ('k') | Source/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698