Daniel Rindt
Daniel Rindt
I had exactly this set, but without effect. I changed the font right now, and now it works as expected. Seems the font is the problem. The font can just...
But what lets me wonder it seems there is a difference in handling the font. Then it works well when i set it in styles.xml, programmatically in application class has...
``` ... @style/LightTextAppearance fonts/BrooklynSamuelsNo5-LightWeb.ttf ``` This is how i add it. And it works on platforms >4.0.4. Applications onCreate: ``` CalligraphyConfig.initDefault(new Builder() .setFontAttrId(R.attr.fontPath) .build()); ``` It makes no difference if...
[actadisplay-bold-webfont.ttf.zip](https://github.com/chrisjenx/Calligraphy/files/233641/actadisplay-bold-webfont.ttf.zip)
Yes, thank you for caring!
@SPC-code I'm not a mathematician, so please be careful with my question. I would like to do fitting, but it should also be possible to search for Y outside, but...
I have exactly the same problem. I use `firebase-bom:33.1.1` and `firebase-ui-auth:8.0.2`. I can absolutely rule out that this is a wrong setup, i.e. signing fingerprints. I would be very grateful...
The same issue is happening with `io.gitlab.arturbosch.detekt` for example. Pretty annoying, since it has `49 artifacts` which needs to update manually.
Dear Tomaz, thank you for the answer, i will see if i find a proper way to integrate this. Thank you, Daniel