entity layer
This commit is contained in:
10
konstructor/entity/entity.font.go
Normal file
10
konstructor/entity/entity.font.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package entity
|
||||
|
||||
import "image/color"
|
||||
|
||||
type FontLayout struct {
|
||||
DPI float64
|
||||
Size float64
|
||||
Color color.Color
|
||||
SelectedColor color.Color
|
||||
}
|
||||
Reference in New Issue
Block a user