Open felixjunghans opened 2 months ago
When I use an FFSubtitle with black font and white background, the text has strange sharp artifacts for some words. Can this be avoided?
Oh, I think it's caused by Freetype rendering some fonts. Maybe we can set ctx.textDrawingMode = 'glyph' or it would be better to change the font.
遇到同样的问题,ctx.textDrawingMode = 'glyph' 这个在哪设置?
@drawcall
When I use an FFSubtitle with black font and white background, the text has strange sharp artifacts for some words. Can this be avoided?