From 19a2fa17993f4ff0c4fa1b600c3461b59dbe067e Mon Sep 17 00:00:00 2001 From: Barpfotenbaer Date: Wed, 3 Mar 2021 09:32:33 +0100 Subject: [PATCH] density --- def.go | 1 + 1 file changed, 1 insertion(+) diff --git a/def.go b/def.go index 6a7030f..b05a12e 100644 --- a/def.go +++ b/def.go @@ -299,6 +299,7 @@ type InitType struct { SizeStr string Size SizeType FontDirStr string + Density float64 } // FontLoader is used to read fonts (JSON font specification and zlib compressed font binaries)