unfoldingWord-dev / ts-android

A tool to translate Bible stories into your own language
http://ufw.io/ts
Other
36 stars 19 forks source link

the source text is squished #512

Closed door43app closed 9 years ago

door43app commented 9 years ago

Notes

the source text is squished to the left.

Environment

version: 2.2.0 build: 86 UDID: 7792b4f461ec9d4f Android Release: 4.4.4 Androind SDK: 19 Brand: Lenovo Device: A10-70F

da1nerd commented 9 years ago

this is a result of changing the fonts. If we use a system font the text is fine. However when we load a custom font from the assets (Gentium Plus) it becomes squished.

NOTE: Gentium Plus is a graphite font.

da1nerd commented 9 years ago

screenshot_2015-07-21-17-32-34

da1nerd commented 9 years ago

We've identified the issue as the fonts being used. Here is a list of working and broken fonts.

BROKEN:

WORKING:

da1nerd commented 9 years ago

@jag3773 where do you want to go from here? We could excluded the fonts that do not work, search for fonts that do work, or try to get android to work with what we have (I would not suggest that if at all possible).

jag3773 commented 9 years ago

Is this an Android version issue or a Lenovo hardware issue?

da1nerd commented 9 years ago

good call I just did a test on an emulator and the text is rendering correctly. So quite possibly a hardware issue. Can we have this tested on different physical devices to see how they compare?

jag3773 commented 9 years ago

Sounds like this Lenovo is the only one, doesn't it?

da1nerd commented 9 years ago

I haven't tested it on any other physical tablets. I'd want to do that before coming to that conclusion.

da1nerd commented 9 years ago

for now we will default to a working font on this device.