Add \dots commands

Add all of the \dots commands, and import their metrics from the ttf files.

Fixes #23

Auditors: alpert
This commit is contained in:
Emily Eisenberg
2014-09-12 03:47:49 -07:00
parent 71da6aa50f
commit 6ee2ecf47e
3 changed files with 55 additions and 1 deletions

View File

@@ -10,6 +10,10 @@ metrics_to_extract = {
u"\u2245",
u"\u0020",
u"\u00a0",
u"\u2026",
u"\u22ef",
u"\u22f1",
u"\u22ee",
]
}