From 726cf9038aae3f4dffc79a97645388f32224b22d Mon Sep 17 00:00:00 2001 From: bungeman Date: Fri, 5 Jun 2015 13:38:12 -0700 Subject: Add cmap 3,0 (symbol) as Unicode fallback. FreeType automatically selects the 'most Unicode' cmap available, otherwise the default cmap is NULL. When this happens the fallback should include the 3,0 symbol cmap, as is outlined in the Apple TrueType documentation. This cmap should effectively be a Unicode mapping, but exclusively in the private use area. BUG=skia:1873,chromium:489452 Review URL: https://codereview.chromium.org/1163833003 --- resources/fonts/SpiderSymbol.ttf | Bin 0 -> 15604 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/fonts/SpiderSymbol.ttf (limited to 'resources/fonts') diff --git a/resources/fonts/SpiderSymbol.ttf b/resources/fonts/SpiderSymbol.ttf new file mode 100644 index 0000000000..ed651eaded Binary files /dev/null and b/resources/fonts/SpiderSymbol.ttf differ -- cgit v1.2.3