ref: 2e43df3f22dea66a0f404d3e1ab7a9ae3edad22e
dir: /style/fonts_plan9.go/
// +build plan9 package style import ( "fmt" ) func initFontserver() {} func (cs Map) FontFilename() string { fontSize := matchClosestFontSize(cs.FontSize(), []int{5,6,7,8,9,10,12,14,16,18,20,24,28,32}) return fmt.Sprintf("/lib/font/bit/lucida/unicode.%v.font", fontSize) }