html2canvas在chrome中不能使用@ font-face字体

时间:2013-08-08 04:39:09

标签: html html5 canvas html5-canvas html2canvas

我正在使用http://html2canvas.hertzen.com/将html转换为canvas。这是一个很棒的剧本 它与英文字体很好用..但我正在使用gujrati字体。我包括来自css(@ font-face)的字体 它在firefox中运行良好,但在chrome中它没有显示确切的字符 我在这段代码中缺少任何选项吗?

html2canvas(document.body, {
  onrendered: function(canvas) {
    document.body.appendChild(canvas);
  },
  width: 300,
  height: 300
});

0 个答案:

没有答案