mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
Added option to select font size (#7238)
This commit is contained in:
@ -722,6 +722,7 @@ Translation files are generated successfully. =
|
||||
Fastlane files are generated successfully. =
|
||||
Please note that translations are a community-based work in progress and are INCOMPLETE! The percentage shown is how much of the language is translated in-game. If you want to help translating the game into your language, click here. =
|
||||
Font family =
|
||||
Font size multiplier =
|
||||
Default Font =
|
||||
You need to restart the game for this change to take effect. =
|
||||
|
||||
|
@ -52,7 +52,7 @@ open class AndroidLauncher : AndroidApplication() {
|
||||
val androidParameters = UncivGameParameters(
|
||||
version = BuildConfig.VERSION_NAME,
|
||||
crashReportSysInfo = CrashReportSysInfoAndroid,
|
||||
fontImplementation = NativeFontAndroid(Fonts.ORIGINAL_FONT_SIZE.toInt(), fontFamily),
|
||||
fontImplementation = NativeFontAndroid((Fonts.ORIGINAL_FONT_SIZE * settings.fontSizeMultiplier).toInt(), fontFamily),
|
||||
customFileLocationHelper = customFileLocationHelper,
|
||||
platformSpecificHelper = platformSpecificHelper
|
||||
)
|
||||
|
Reference in New Issue
Block a user