@@ -258,6 +258,8 @@ class Font {
f.charset = charset;
f.defaultChar = defaultChar.clone();
f.type = type;
+ f.offsetX = offsetX;
+ f.offsetY = offsetY;
for( g in glyphs.keys() ) {
var c = glyphs.get(g);
var c2 = c.clone();