ref: bee85da05585c5f6d73208d10659f5860d3d8524
dir: /font/font_unix.go/
//go:build !plan9 package font import ( "os" "path" ) func FontDir() string { return path.Join(os.Getenv("PLAN9"), "/font/luc") } func FontFile() string { return "unicode.18.font" }