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( player = Player(
configuration: PlayerConfiguration( configuration: PlayerConfiguration(
libass: true, libass: true,
libassAndroidFont: 'assets/droid-sans.ttf', libassAndroidFont: 'assets/go-noto-current-regular.ttf',
libassAndroidFontName: 'Droid Sans Fallback', libassAndroidFontName: 'Go Noto Current-Regular',
bufferSize: bufferSizeBytes, bufferSize: bufferSizeBytes,
logLevel: debugLoggingEnabled ? MPVLogLevel.debug : MPVLogLevel.error, logLevel: debugLoggingEnabled ? MPVLogLevel.debug : MPVLogLevel.error,
mpvConfiguration: config, mpvConfiguration: config,
+1 -1
View File
@@ -83,7 +83,7 @@ flutter:
assets: assets:
- lib/data/iso_639_codes.json - lib/data/iso_639_codes.json
- assets/plezy.png - assets/plezy.png
- assets/droid-sans.ttf - assets/go-noto-current-regular.ttf
flutter_launcher_icons: flutter_launcher_icons:
android: true android: true