FFCreator icon indicating copy to clipboard operation
FFCreator copied to clipboard

字体模糊问题如何解决?

Open hjane opened this issue 3 years ago • 1 comments

如题,字体边缘不清晰,字体大小增加后也依然模糊。 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);

hjane avatar Nov 01 '21 13:11 hjane

我猜是不是你没有配置整个creator的width,height?如果不是1080x1960等等这样比较高的分辨率的话,字体的确会很模糊

jianshuo avatar Nov 08 '21 10:11 jianshuo