论坛帮助 |
社区圈子 |
日历事件 |
2018-10-29, 16:18 | 只看该作者 #4 | |||
|
||||
正式会员
等级: 四袋长老
|
for ( i = 0; i < doc.selection.length; i++ ) { if (doc.textFrames.length > 0 && doc.selection[i].typename == "TextFrame"){ doc.selection[i].textRange.characterAttributes.textFont = app.textFonts[textFonts.name = "simsun"];//设置宋体字 } } |
|||