我需要使用html2canvas
将HTML转换为图像。问题是它不能正确显示波斯语(波斯语)文本。我想知道是否有人可以帮助我解决这个问题!
#target {
width: 160px;
height: 50px;
background: blue;
color: #fff;
padding: 10px;
}
button {
display: block;
height: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
个字符
1条答案
按热度按时间zfycwa2u1#
在
#target
上使用text-align: left
个字符
编辑:找到相关主题:
Html2canvas image capturing issue with UTF-8 characters
Arabic Encoding with html2canvas的