ref: ca677a50fd03b97e8421d5ddcc9c793338c81058
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" }