Skip to content

Commit a627dd3

Browse files
committed
update
1 parent cc569df commit a627dd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

render.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,16 +253,16 @@ func (t Titleinfo) Drawcard() (imgs image.Image, err error) {
253253
if err != nil {
254254
return
255255
}
256-
y := (rech * 0.56) + canvas.FontHeight()*0.9
256+
y := (rech * 0.56) + canvas.FontHeight()*0.95
257257
canvas.DrawString(t.Lefttitle, recw*0.04, y)
258258

259259
err = canvas.LoadFontFace(t.Fontpath, 32)
260260
if err != nil {
261261
return
262262
}
263-
canvas.DrawString(t.Leftsubtitle, recw*0.04, y+canvas.FontHeight()*1.75)
263+
canvas.DrawString(t.Leftsubtitle, recw*0.04, y+canvas.FontHeight()*1.85)
264264

265-
imgs = Fillet(canvas.Image(), 14)
265+
imgs = Fillet(canvas.Image(), 16)
266266
return
267267
}
268268

0 commit comments

Comments
 (0)