From a0ef97fb6044c6028b7ca4b63a4cd884d9181933 Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Thu, 15 Sep 2011 19:32:36 -0500 Subject: [PATCH] Transfer defaultWidth for files without the file --- fonts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/fonts.js b/fonts.js index 2b40c1f49..e8d629084 100755 --- a/fonts.js +++ b/fonts.js @@ -436,6 +436,7 @@ var Font = (function Font() { // name ArialBlack for example will be replaced by Helvetica. this.black = (name.search(/Black/g) != -1); + this.defaultWidth = properties.defaultWidth; this.loadedName = fontName.split('-')[0]; this.loading = false; return;