p9fonts

package
v0.0.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2022 License: Unlicense Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Fonts = map[string]text.Font{
		"plan9":          {Typeface: "plan9"},
		"bariol regular": {Typeface: "bariol regular"},
		"bariol italic":  {Typeface: "bariol italic", Style: text.Italic},
		"bariol bold":    {Typeface: "bariol bold", Weight: text.Bold},
		"bariol bolditalic": {
			Typeface: "bariol bolditalic",
			Style:    text.Italic, Weight: text.Bold,
		},
		"bariol light": {Typeface: "bariol light", Weight: text.Medium},
		"bariol lightitalic": {
			Typeface: "bariol lightitalic",
			Weight:   text.Medium, Style: text.Italic,
		},
		"go regular": {Typeface: "go regular"},
		"go bold":    {Typeface: "go bold", Weight: text.Bold},
		"go bolditalic": {
			Typeface: "go bolditalic", Weight: text.Bold,
			Style: text.Italic,
		},
		"go italic": {Typeface: "go italic", Style: text.Italic},
	}
)

Functions

func Collection

func Collection() []text.FontFace

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL