fonts.go 89 B

1234567
  1. package UI
  2. import (
  3. "github.com/veandco/go-sdl2/ttf"
  4. )
  5. var Fonts map[string]*ttf.Font