don't specify dpi

This commit is contained in:
Michael Fogleman 2016-02-18 23:04:11 -05:00
parent 27f56accd8
commit 99bd03b051

View File

@ -40,7 +40,6 @@ func loadFontFace(path string, size float64) font.Face {
}
return truetype.NewFace(f, &truetype.Options{
Size: size,
DPI: 96,
Hinting: font.HintingFull,
})
}