summaryrefslogtreecommitdiff
path: root/scripts/touchup_for_android.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2014-07-31 21:52:51 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:21 -0700
commit3e47204bfaf1693cdefc9c3599445a367c5d7d2e (patch)
treecf05984615f255acc3ccec45ff521854135b3ce4 /scripts/touchup_for_android.py
parent985c16569167e1cc7d6d1dcf15df77135e67913f (diff)
Add missing cmap entry for U+2117 SOUND RECORDING COPYRIGHT.
The cmap was missing in Thin and Thin Italic fonts, although the glyph existed in the fonts.
Diffstat (limited to 'scripts/touchup_for_android.py')
-rwxr-xr-xscripts/touchup_for_android.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/touchup_for_android.py b/scripts/touchup_for_android.py
index 8a942d9..2fa7896 100755
--- a/scripts/touchup_for_android.py
+++ b/scripts/touchup_for_android.py
@@ -66,6 +66,9 @@ def apply_temporary_fixes(font):
# Fix the digit widths
fix_digit_widths(font)
+ # Add cmap for U+2117 SOUND RECORDING COPYRIGHT
+ font_data.add_to_cmap(font, {0x2117, 'published'})
+
# Fix version number from buildnumber.txt
from datetime import date