Am 02.03.20 um 10:18 schrieb Gerd Hoffmann:
> From: "Anton V. Boyarshinov"
>
> To calculate screen size in centimeters we should calculate:
> pixels/dpi*2.54
> but not
> pixels*dpi/2540
>
> Using wrong formula we actually get 65 DPI and very small fonts.
>
> Signed-off-by: Anton V. Boyarshinov
>
From: "Anton V. Boyarshinov"
To calculate screen size in centimeters we should calculate:
pixels/dpi*2.54
but not
pixels*dpi/2540
Using wrong formula we actually get 65 DPI and very small fonts.
Signed-off-by: Anton V. Boyarshinov
Message-id: 20200226122054.366b9cda@table.localdomain
Signed-of