We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc569df commit a627dd3Copy full SHA for a627dd3
render.go
@@ -253,16 +253,16 @@ func (t Titleinfo) Drawcard() (imgs image.Image, err error) {
253
if err != nil {
254
return
255
}
256
- y := (rech * 0.56) + canvas.FontHeight()*0.9
+ y := (rech * 0.56) + canvas.FontHeight()*0.95
257
canvas.DrawString(t.Lefttitle, recw*0.04, y)
258
259
err = canvas.LoadFontFace(t.Fontpath, 32)
260
261
262
263
- canvas.DrawString(t.Leftsubtitle, recw*0.04, y+canvas.FontHeight()*1.75)
+ canvas.DrawString(t.Leftsubtitle, recw*0.04, y+canvas.FontHeight()*1.85)
264
265
- imgs = Fillet(canvas.Image(), 14)
+ imgs = Fillet(canvas.Image(), 16)
266
267
268
0 commit comments