fix: change android subtitle font

close #131
This commit is contained in:
edde746
2025-11-25 22:44:59 +01:00
parent 6ae64e6057
commit 0d0388f7a8
4 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -241,8 +241,8 @@ class VideoPlayerScreenState extends State<VideoPlayerScreen>
player = Player(
configuration: PlayerConfiguration(
libass: true,
libassAndroidFont: 'assets/droid-sans.ttf',
libassAndroidFontName: 'Droid Sans Fallback',
libassAndroidFont: 'assets/go-noto-current-regular.ttf',
libassAndroidFontName: 'Go Noto Current-Regular',
bufferSize: bufferSizeBytes,
logLevel: debugLoggingEnabled ? MPVLogLevel.debug : MPVLogLevel.error,
mpvConfiguration: config,
+1 -1
View File
@@ -83,7 +83,7 @@ flutter:
assets:
- lib/data/iso_639_codes.json
- assets/plezy.png
- assets/droid-sans.ttf
- assets/go-noto-current-regular.ttf
flutter_launcher_icons:
android: true