spxbhuhb / adaptive

Consolidated full-stack application development library for Kotlin
https://adaptive.fun
Apache License 2.0
3 stars 0 forks source link

Text size calculation before the font is loaded #54

Closed toth-istvan-zoltan closed 1 month ago

toth-istvan-zoltan commented 2 months ago

If the size of a text field is calculated before the given font is loaded, the result is wrong. This leads to UI layout errors:

Screenshot 2024-09-02 at 04 35 07
toth-istvan-zoltan commented 1 month ago

Fixed by adding font load to index.html