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

Unified Diff: third_party/WebKit/LayoutTests/third_party/FruityGirl/README.chromium

Issue 1911123002: Pass through 'sbix' table Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a layout test with a test sbix font Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/third_party/FruityGirl/README.chromium
diff --git a/third_party/WebKit/LayoutTests/third_party/FruityGirl/README.chromium b/third_party/WebKit/LayoutTests/third_party/FruityGirl/README.chromium
index d8baf01f4876f401af7f8da9d4938512c80a9ed5..08da36270aba74f5a2c7e568bee42774b573f812 100644
--- a/third_party/WebKit/LayoutTests/third_party/FruityGirl/README.chromium
+++ b/third_party/WebKit/LayoutTests/third_party/FruityGirl/README.chromium
@@ -1,14 +1,20 @@
FruityGirl:
1. Source Origin
-Google's Font team:
- a) https://code.google.com/p/color-emoji/
+ https://github.com/googlei18n/color-emoji
+
+ FruityGirl-uni002A-sbix.ttf was made by synthesizing a sbix table
+ with PNG data for U+002A taken from CBDT table in FruityGirl.ttf.
+ It also has a nominal glyf table to work around an OTS issue
+ ( https://github.com/khaledhosny/ots/issues/108 ).
2. LICENSE AND OPENSOURCE
- For license information, see the LICENSE.txt file
+ For license information, see the LICENSE.txt file.
3. Reason:
-Font file included as a real-world example for testing fonts with color-table
-with LayoutTests/fast/text/emoji-web-font.html test case
-color-emoji contains scripts to build PNG file into test fonts: FruityGirl
+ FruityGirl.ttf is used to test a color font with CBDT and CBLC tables when
+ it's served as a web font (fast/text/emoji-web-font.html).
+
+ FruityGirl-uni002A-sbix.ttf is used to test a color font with sbix table
+ when served as a web font. (fast/text/emoji-web-font-sbix.html).

Powered by Google App Engine
This is Rietveld 408576698