mirror of https://github.com/kivy/kivy.git
a2647ada85
The current implement live in NumericProperty. We still have a hack cause of Text core provider: we was always multiply the font_size by 1.333 for simulating DPI on standard screen (72->96). But now, we should'nt do that. If we remove the multiplication, all the px font_size will be reduced. In order to not break all the apps, we are doing the * 1.333 only for font_size != px, in Label and TextInput. You can configure the DPI with --dpi=222 or KIVY_DPI=222. |
||
---|---|---|
.. | ||
.static | ||
.templates | ||
gettingstarted | ||
guide | ||
images | ||
installation | ||
sphinxext | ||
tutorials | ||
conf.py | ||
contact.rst | ||
contents.rst.inc | ||
contribute-unittest.rst | ||
contribute.rst | ||
faq.rst | ||
guide-index.rst | ||
index.rst | ||
kivy-logo.png | ||
kivystyle.sty | ||
logo.png | ||
philosophy.rst | ||
tutorials-index.rst |