-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Android: Some .ttf fonts cause 'Layout -n < 0' Error #7301
Comments
Still having the same issue on |
Still having on [email protected] |
Closing this issue because it has been inactive for a while. If you think it should still be opened let us know why. |
I had the same problem using this font (FiraSans). I used the official font (https://github.com/mozilla/Fira) and it worked. Hope that can help. |
Same issue with Rubik font, please reopen |
For version 0.22.0, Android only, on a 2015 Macbook Pro:
I have some custom fonts in my application, OpenSans and FiraSans, both from Google Fonts as well as some variants, such as OpenSans-Light, FiraSans-Bold, etc. Everything works fine on iOS.
Android renders the OpenSans font's fine. When it tries render
![screen shot 2016-04-29 at 3 44 32 pm](https://cloud.githubusercontent.com/assets/5445942/14927679/4c9efe36-0e21-11e6-8044-446949085a9c.png)
<Text>
with FiraSans fontFamily, I get this error:If I remove the font from the app, the error goes away and it just uses the default, so I don't think it's a naming issue. I'm not really sure what to do with this error message. I tried changing font sizes, but no luck.
The text was updated successfully, but these errors were encountered: