Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compared to HeliBoard 2.3, 3.0a1 doesn't respect system font #1413

Open
K4sum1 opened this issue Mar 9, 2025 · 1 comment
Open

Compared to HeliBoard 2.3, 3.0a1 doesn't respect system font #1413

K4sum1 opened this issue Mar 9, 2025 · 1 comment
Labels
bug Something isn't working compose settings related to settings in 3.0, should be fixed before release PR Contributors are encouranged to submit a pull request. Just ask in case you are interested.

Comments

@K4sum1
Copy link

K4sum1 commented Mar 9, 2025

Describe the bug

In later versions of Android, you can set a different font for the system by creating your own theme in settings. HeliBoard 2.3 would respect this and use the custom font, however 3.0a1 doesn't do this anymore

To Reproduce
On a phone using stockish(?) Android 10+(?), open Settings, go into Display, go into Theming, make a custom theme with a different font, then apply it. 2.3 respects this font, but 3.0a1 doesn't.

Expected behavior
3.0a1 should also respect the font, but it doesn't.

Screenshots
I guess it's not required. The default text here insists I shouldn't send it. It's just 2.3 using the font, and 3.0 not using the font.

App version
3.0a1

Device:

  • Model: Sony Xperia XA2
  • OS: Android 10 (Resurrection Remix Revived)
@K4sum1 K4sum1 added the bug Something isn't working label Mar 9, 2025
@Helium314 Helium314 added PR Contributors are encouranged to submit a pull request. Just ask in case you are interested. compose settings related to settings in 3.0, should be fixed before release labels Mar 9, 2025
@Helium314
Copy link
Owner

I might work when using FontFamily(Typeface.DEFAULT) in Theme.kt. Needs to be tested by someone who can actually change the system font.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compose settings related to settings in 3.0, should be fixed before release PR Contributors are encouranged to submit a pull request. Just ask in case you are interested.
Projects
None yet
Development

No branches or pull requests

2 participants