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

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

Issue 781003003: Using fullstop Unicode if horizontal ellipsis not present (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@diff_font_render
Patch Set: Rebase patch Created 5 years, 6 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/DroidSans/LICENSE.txt ('k') | Source/core/layout/LayoutBlockFlowLine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/third_party/DroidSans/README.chromium
diff --git a/LayoutTests/third_party/DroidSans/README.chromium b/LayoutTests/third_party/DroidSans/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..537930def77694a0a78117b95cee91f9150cdb52
--- /dev/null
+++ b/LayoutTests/third_party/DroidSans/README.chromium
@@ -0,0 +1,19 @@
+DroidSans 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 to test horizontal ellipsis with font which
+does not support it.
+Test case: LayoutTests/fast/text/ellipsis-platform-font-change.html
+
+Command to generate subset font:
+$ python pyftsubset.py DroidSans.ttf --unicodes=2E,41-42
+
+where pyftsubset comes from https://github.com/behdad/fonttools
+
« no previous file with comments | « LayoutTests/third_party/DroidSans/LICENSE.txt ('k') | Source/core/layout/LayoutBlockFlowLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698