Commit Graph

9 Commits

Author SHA1 Message Date
qua-non 50de7293e7 doc: merge guide 2 with guide 2013-03-20 09:10:45 +05:30
qua-non 0928800362 doc: merge docs from old guide that were missing in new guide 2013-03-11 16:11:35 +01:00
Mathieu Virbel c196edd42d metrics: add documentation 2012-11-02 13:38:39 +01:00
Mathieu Virbel a2647ada85 finish implementation of DPI.
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.
2012-09-07 02:52:00 +02:00
Mathieu Virbel 33543659ac add KIVY_NO_FILELOG and KIVY_NO_CONSOLELOG to avoid logging in file and console. 2012-06-06 01:45:30 +02:00
Mathieu Virbel dad33dc732 text/cairo: remove cairo text provider because it can't use the ttf we are providing (didn't got it working with using libfreetype too), and doesn't work with text color in RGBA. 2012-02-08 19:26:37 +01:00
Mathieu Virbel 2412f53d89 doc: add documentation about how to activate video support on android. Closes #221 2011-08-13 18:14:01 +02:00
Mathieu Virbel 9f745dd485 doc: add missing versionadded for environment control (path section, #153) 2011-05-20 18:19:10 +02:00
Mathieu Virbel efb0e164f0 doc: add documentation about environ control (#153) 2011-05-20 17:45:54 +02:00