我的头撞在墙上。我正在寻找一个能够将线条高度应用到IText上的样式数组的解决方案;它似乎完全忽略了它。
因此,如果我有两行文本,希望第一行的行高为5:
“测试行1\n”
“测试行2\n”
我尝试如下字符数组,它将字体大小应用于每个字符,但完全忽略行高:
0:{
0:{
lineHeight:5,
fontSize:10
},
1:{
lineHeight:5,
fontSize:10
},
2:{
lineHeight:5,
fontSize:10
},
3:{
lineHeight:5,
fontSize:10
},
4:{
lineHeight:5,
fontSize:10
},
5:{
lineHeight:5,
fontSize:10
},
6:{
lineHeight:5,
fontSize:10
},
7:{
lineHeight:5,
fontSize:10
},
8:{
lineHeight:5,
fontSize:10
},
9:{
lineHeight:5,
fontSize:10
},
10:{
lineHeight:5,
fontSize:10
},
11:{
lineHeight:5,
fontSize:10
}
}