dejavu

package module
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

README

dejavu

GitHub release GoDoc License

dejavu provides the DejaVu fonts as importable Go packages.

The fonts are released under the DejaVu font license. The Go packages under the BSD-3 license.

Example

import (
	"fmt"
	"log"

	"github.com/go-fonts/dejavu/dejavumathtexgyre"
	"golang.org/x/image/font/sfnt"
)

func Example() {
	ttf, err := sfnt.Parse(dejavumathtexgyre.TTF)
	if err != nil {
		log.Fatalf("could not parse DejaVu Math font: %+v", err)
	}
	fmt.Printf("num glyphs: %d\n", ttf.NumGlyphs())

	// Output:
	// num glyphs: 4282
}

Documentation

Overview

Package dejavu holds TTF data of the DejaVu fonts.

Example
package main

import (
	"fmt"
	"log"

	"github.com/go-fonts/dejavu/dejavumathtexgyre"
	"golang.org/x/image/font/sfnt"
)

func main() {
	ttf, err := sfnt.Parse(dejavumathtexgyre.TTF)
	if err != nil {
		log.Fatalf("could not parse DejaVu Math font: %+v", err)
	}
	fmt.Printf("num glyphs: %d\n", ttf.NumGlyphs())

}
Output:

num glyphs: 4282

Directories

Path Synopsis
Package dejavumathtexgyre provides the "DejaVuMathTeXGyre" TrueType font from the DejaVu font family.
Package dejavumathtexgyre provides the "DejaVuMathTeXGyre" TrueType font from the DejaVu font family.
Package dejavusans provides the "DejaVuSans" TrueType font from the DejaVu font family.
Package dejavusans provides the "DejaVuSans" TrueType font from the DejaVu font family.
Package dejavusansbold provides the "DejaVuSans Bold" TrueType font from the DejaVu font family.
Package dejavusansbold provides the "DejaVuSans Bold" TrueType font from the DejaVu font family.
Package dejavusansboldoblique provides the "DejaVuSans BoldOblique" TrueType font from the DejaVu font family.
Package dejavusansboldoblique provides the "DejaVuSans BoldOblique" TrueType font from the DejaVu font family.
Package dejavusanscondensed provides the "DejaVuSansCondensed" TrueType font from the DejaVu font family.
Package dejavusanscondensed provides the "DejaVuSansCondensed" TrueType font from the DejaVu font family.
Package dejavusanscondensedbold provides the "DejaVuSansCondensed Bold" TrueType font from the DejaVu font family.
Package dejavusanscondensedbold provides the "DejaVuSansCondensed Bold" TrueType font from the DejaVu font family.
Package dejavusanscondensedboldoblique provides the "DejaVuSansCondensed BoldOblique" TrueType font from the DejaVu font family.
Package dejavusanscondensedboldoblique provides the "DejaVuSansCondensed BoldOblique" TrueType font from the DejaVu font family.
Package dejavusanscondensedoblique provides the "DejaVuSansCondensed Oblique" TrueType font from the DejaVu font family.
Package dejavusanscondensedoblique provides the "DejaVuSansCondensed Oblique" TrueType font from the DejaVu font family.
Package dejavusansextralight provides the "DejaVuSans ExtraLight" TrueType font from the DejaVu font family.
Package dejavusansextralight provides the "DejaVuSans ExtraLight" TrueType font from the DejaVu font family.
Package dejavusansmono provides the "DejaVuSansMono" TrueType font from the DejaVu font family.
Package dejavusansmono provides the "DejaVuSansMono" TrueType font from the DejaVu font family.
Package dejavusansmonobold provides the "DejaVuSansMono Bold" TrueType font from the DejaVu font family.
Package dejavusansmonobold provides the "DejaVuSansMono Bold" TrueType font from the DejaVu font family.
Package dejavusansmonoboldoblique provides the "DejaVuSansMono BoldOblique" TrueType font from the DejaVu font family.
Package dejavusansmonoboldoblique provides the "DejaVuSansMono BoldOblique" TrueType font from the DejaVu font family.
Package dejavusansmonooblique provides the "DejaVuSansMono Oblique" TrueType font from the DejaVu font family.
Package dejavusansmonooblique provides the "DejaVuSansMono Oblique" TrueType font from the DejaVu font family.
Package dejavusansoblique provides the "DejaVuSans Oblique" TrueType font from the DejaVu font family.
Package dejavusansoblique provides the "DejaVuSans Oblique" TrueType font from the DejaVu font family.
Package dejavuserif provides the "DejaVuSerif" TrueType font from the DejaVu font family.
Package dejavuserif provides the "DejaVuSerif" TrueType font from the DejaVu font family.
Package dejavuserifbold provides the "DejaVuSerif Bold" TrueType font from the DejaVu font family.
Package dejavuserifbold provides the "DejaVuSerif Bold" TrueType font from the DejaVu font family.
Package dejavuserifbolditalic provides the "DejaVuSerif BoldItalic" TrueType font from the DejaVu font family.
Package dejavuserifbolditalic provides the "DejaVuSerif BoldItalic" TrueType font from the DejaVu font family.
Package dejavuserifcondensed provides the "DejaVuSerifCondensed" TrueType font from the DejaVu font family.
Package dejavuserifcondensed provides the "DejaVuSerifCondensed" TrueType font from the DejaVu font family.
Package dejavuserifcondensedbold provides the "DejaVuSerifCondensed Bold" TrueType font from the DejaVu font family.
Package dejavuserifcondensedbold provides the "DejaVuSerifCondensed Bold" TrueType font from the DejaVu font family.
Package dejavuserifcondensedbolditalic provides the "DejaVuSerifCondensed BoldItalic" TrueType font from the DejaVu font family.
Package dejavuserifcondensedbolditalic provides the "DejaVuSerifCondensed BoldItalic" TrueType font from the DejaVu font family.
Package dejavuserifcondenseditalic provides the "DejaVuSerifCondensed Italic" TrueType font from the DejaVu font family.
Package dejavuserifcondenseditalic provides the "DejaVuSerifCondensed Italic" TrueType font from the DejaVu font family.
Package dejavuserifitalic provides the "DejaVuSerif Italic" TrueType font from the DejaVu font family.
Package dejavuserifitalic provides the "DejaVuSerif Italic" TrueType font from the DejaVu font family.

Jump to

Keyboard shortcuts

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