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

Missing characters on lockscreen #26

Open
edern-appere opened this issue Nov 1, 2017 · 1 comment
Open

Missing characters on lockscreen #26

edern-appere opened this issue Nov 1, 2017 · 1 comment

Comments

@edern-appere
Copy link

Hi,

I noticed a bug with Fontster. I applied a new font (Lato) which is displayed correctly on my device (Nexus5 with LineageOS 14.1) except on the lockscreen. The divider ':' between the hours and minutes isn't displayed but rather replaced by some odd '?' (with a border). For example right now my device shows 21?36 instead of 21:36. This issue doesn't happen with the system font and the font I use (Lato) does contain the ':' character.
Can you tell me if there is any solution for this issue ? This is the only one I noticed so far on this great app.
Thanks for your help
Have a nice day !

@trin94
Copy link

trin94 commented Oct 23, 2019

Kinda late, sorry.

The issue is known as there exists a workaround:

private static String createLockscreenFixCommand(Context context) {

Unfortunately this does not fix the issue on LineageOS 16 either.

There exists a workaround which works fine
https://forum.xda-developers.com/nexus-4/help/replaced-stock-font-lock-screen-clock-t3110488

So as I understood the fontster mechanism correctly new fonts are copied to system/fonts. However the fonts will be renamed to match the existing ones.
In my case Roboto-Light.ttf actually was Ubuntu-Light.ttf (according to fontforge).

I think the lookscreen issue has to be an Android issue, I don't think that all downloaded fonts are buggy.

Screenshots before & after

image

image

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants