Using sans-serif instead of loaded fonts; fix IE9 dataset compatibility shim

This commit is contained in:
notmasteryet 2012-02-10 12:55:11 -06:00
parent 7859ef0f04
commit cdf1db35fc
3 changed files with 9 additions and 6 deletions

View file

@ -1083,7 +1083,6 @@ var TextLayerBuilder = function textLayerBuilder(textLayerDiv) {
textDiv.dataset.canvasWidth = text.canvasWidth * text.geom.hScale;
textDiv.style.fontSize = fontHeight + 'px';
textDiv.style.fontFamily = fontName || 'sans-serif';
textDiv.style.left = text.geom.x + 'px';
textDiv.style.top = (text.geom.y - fontHeight) + 'px';
textDiv.textContent = text.str;