Improved dpi handling

This commit is contained in:
Malte Veerman 2019-12-12 00:20:06 +01:00
parent 5696afcadd
commit f737c6da24
2 changed files with 8 additions and 54 deletions

View file

@ -370,8 +370,7 @@ impl Renderer {
translated,
bounds,
target,
(dpi * 96.0) as u16,
(dpi * 20.0) as u16,
dpi,
);
}