glfont for gles2 例: package main import ( // "fmt" "log" "runtime" "fmt" "bytes" "github.com/gobuffalo/packr" "github.com/go-gl/gl/v2.1/gl" "github.com/go-gl/glfw/v3.1/glfw" // "github.com/nullboundary/glfont" "github.com/liamg/aminal/glfont" ) const windowWidth = 500 const windowHeight =