entity layer
This commit is contained in:
@@ -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