font

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2024 License: MIT Imports: 7 Imported by: 0

README

font

License Go Report Card Tests Codecov PkgGoDev Release GitHub go.mod Go version

Golang package for simplified font usage.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Font

type Font interface {
	Regular(opts *truetype.Options) font.Face
	Bold(opts *truetype.Options) font.Face
	Italic(opts *truetype.Options) font.Face
	BoldItalic(opts *truetype.Options) font.Face
}
var Go Font = goFont{}
var Hack Font = hackFont{}

Jump to

Keyboard shortcuts

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