font.go 88 B

1234567
  1. package image
  2. type Font struct {
  3. Font string
  4. FontSize float64
  5. Family string
  6. }