fix: font size

This commit is contained in:
My-Responsitories
2025-12-30 14:13:45 +08:00
parent 13f377f680
commit 2e11247af4

View File

@@ -26,7 +26,7 @@ abstract final class DanmakuOptions {
double speed = 1.0, double speed = 1.0,
}) { }) {
return DanmakuOption( return DanmakuOption(
fontSize: 15 * (notFullscreen ? danmakuFontScaleFS : danmakuFontScale), fontSize: 15 * (notFullscreen ? danmakuFontScale : danmakuFontScaleFS),
fontWeight: danmakuFontWeight, fontWeight: danmakuFontWeight,
area: danmakuShowArea, area: danmakuShowArea,
duration: danmakuDuration / speed, duration: danmakuDuration / speed,