标签: ionic-framework html2canvas
在网络上马拉地语字体正确呈现。但在Ionic v1 app中,Marathi字体无法正常渲染。我正在使用html2canvas 1.0.0-alpha.12版本以下方法。
html2canvas(document.getElementById(' imgCard' + index))。then(function(canvas){
var imgTest = canvas.toDataURL();
});
请帮帮我,谢谢。
enter image description here