tnfe / FFCreator

A fast video processing library based on node.js (一个基于node.js的高速视频制作库)
http://tnfe.github.io/FFCreator/
MIT License
2.82k stars 399 forks source link

subTitle 不支持 wrap 属性 #371

Open onlyis opened 1 year ago

onlyis commented 1 year ago

subTitle 不支持 wrap 属性

huipengo commented 1 year ago

const _style = { wordWrap: true, wordWrapWidth: _width, breakWords: true, align: 'center', }; subTitle.setStyle(_style);