add Arial.ttf

This commit is contained in:
2023-07-05 22:51:26 +02:00
parent aba36bfe1a
commit 607cf0d44f
5 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ package entity
import "image/color"
type FontLayout struct {
Path string
DPI float64
Size float64
Color color.Color