font

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: MIT Imports: 5 Imported by: 0

README

font

Go Report Card

Install

go install github.com/xuender/font@latest

License

© ender, 2023~time.Now

MIT LICENSE

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultFont

func DefaultFont() []byte
Example

ExampleDefaultFont is an example function.

package main

import (
	"fmt"

	"github.com/xuender/font"
)

func main() {
	data := font.DefaultFont()
	fmt.Println(len(data) > 0)

}
Output:
true

func DefaultFontPath

func DefaultFontPath() (string, bool)
Example

ExampleDefaultFontPath is an example function.

package main

import (
	"fmt"

	"github.com/xuender/font"
)

func main() {
	_, has := font.DefaultFontPath()
	fmt.Println(has)

}
Output:
true

Types

This section is empty.

Directories

Path Synopsis
wqy

Jump to

Keyboard shortcuts

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