Are you using sp() to define the font sizes?
https://kivy.org/doc/stable/api-kivy.metrics.html?highlight=kivy%20metrics#
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/01d99a35-e90b-49da-b772-7aea4ad73f1ao%40googlegroups.com.
Are you using sp() to define the font sizes?
https://kivy.org/doc/stable/api-kivy.metrics.html?highlight=kivy%20metrics#
From: Peyton
Sent: Saturday, July 4, 2020 1:11 PM
To: Kivy users support
Subject: [kivy-users] Raspberry Pi + touchscreen + Kivy text scaling experience
I want to know if anyone has experience using kivy on a raspberry pi and a smaller touchscreen. I am using 7"
The question I am trying to answer is why is there a difference when I run my application on my 22" monitor and then scale the window down to the size of my 7" screen versus running it on the 7" screen.
It as if the widgets scale but the text does not scale. The text is so much smaller and harder to read versus when I launch my application from my 22" monitor that is driven by the same raspberry pi and then scale the window down
Kivy not scaling text as expected on 7" touchscreen.
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
I have encountered a similar problem moving between the PC and the Mac. The Mac screen has 2x the density of the PC. In order to have a single code base with a consistent look sp and dp must be used.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/1f9adb76-79de-40ac-8638-8513dcfe258bo%40googlegroups.com.