README ¶ ostrichsansbold To use this font in your code, simply import it: import ( . "github.com/gmlewis/go-fonts/fonts" _ "github.com/gmlewis/go-fonts/fonts/ostrichsansbold" ) func main() { // ... render, err := fonts.Text(xPos, yPos, xScale, yScale, message, "ostrichsansbold", Center) if err != nil { return err } log.Printf("MBB: %v", render.MBB) for _, poly := range render.Polygons { // ... } // ... } Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files font.go Click to show internal directories. Click to hide internal directories.