FFCreator
FFCreator copied to clipboard
字体模糊问题如何解决?
如题,字体边缘不清晰,字体大小增加后也依然模糊。 const config = { text: item.text, x, y, }; const text = new FFText(config); text.setFont(fontsDir + '/msyh.ttf'); text.setDuration(item.duration); text.addEffect('fadeIn', 1, item.offset); text.addEffect('fadeOut', 1, item.offset + item.duration - 1); text.alignCenter(); scene.addChild(text);
我猜是不是你没有配置整个creator的width,height?如果不是1080x1960等等这样比较高的分辨率的话,字体的确会很模糊