lm

package module
v0.3.2 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

latin-modern

GitHub release GoDoc License

latin-modern provides the Latin Modern fonts as importable Go packages.

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

Example

import (
	"fmt"
	"log"

	"github.com/go-fonts/latin-modern/lmmath"
	"golang.org/x/image/font/sfnt"
)

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

	// Output:
	// num glyphs: 4802
}

Documentation

Overview

Package lm holds TTF data of the Latin Modern fonts.

Example
package main

import (
	"fmt"
	"log"

	"github.com/go-fonts/latin-modern/lmmath"
	"golang.org/x/image/font/sfnt"
)

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

}
Output:

num glyphs: 4802

Directories

Path Synopsis
Package lmmath provides the "latinmodern math" TrueType font from the Latin Modern font family.
Package lmmath provides the "latinmodern math" TrueType font from the Latin Modern font family.
Package lmmono10italic provides the "lmmono10 italic" TrueType font from the Latin Modern font family.
Package lmmono10italic provides the "lmmono10 italic" TrueType font from the Latin Modern font family.
Package lmmono10regular provides the "lmmono10 regular" TrueType font from the Latin Modern font family.
Package lmmono10regular provides the "lmmono10 regular" TrueType font from the Latin Modern font family.
Package lmmono12regular provides the "lmmono12 regular" TrueType font from the Latin Modern font family.
Package lmmono12regular provides the "lmmono12 regular" TrueType font from the Latin Modern font family.
Package lmmono8regular provides the "lmmono8 regular" TrueType font from the Latin Modern font family.
Package lmmono8regular provides the "lmmono8 regular" TrueType font from the Latin Modern font family.
Package lmmono9regular provides the "lmmono9 regular" TrueType font from the Latin Modern font family.
Package lmmono9regular provides the "lmmono9 regular" TrueType font from the Latin Modern font family.
Package lmmonocaps10oblique provides the "lmmonocaps10 oblique" TrueType font from the Latin Modern font family.
Package lmmonocaps10oblique provides the "lmmonocaps10 oblique" TrueType font from the Latin Modern font family.
Package lmmonocaps10regular provides the "lmmonocaps10 regular" TrueType font from the Latin Modern font family.
Package lmmonocaps10regular provides the "lmmonocaps10 regular" TrueType font from the Latin Modern font family.
Package lmmonolt10bold provides the "lmmonolt10 bold" TrueType font from the Latin Modern font family.
Package lmmonolt10bold provides the "lmmonolt10 bold" TrueType font from the Latin Modern font family.
Package lmmonolt10boldoblique provides the "lmmonolt10 boldoblique" TrueType font from the Latin Modern font family.
Package lmmonolt10boldoblique provides the "lmmonolt10 boldoblique" TrueType font from the Latin Modern font family.
Package lmmonolt10oblique provides the "lmmonolt10 oblique" TrueType font from the Latin Modern font family.
Package lmmonolt10oblique provides the "lmmonolt10 oblique" TrueType font from the Latin Modern font family.
Package lmmonolt10regular provides the "lmmonolt10 regular" TrueType font from the Latin Modern font family.
Package lmmonolt10regular provides the "lmmonolt10 regular" TrueType font from the Latin Modern font family.
Package lmmonoltcond10oblique provides the "lmmonoltcond10 oblique" TrueType font from the Latin Modern font family.
Package lmmonoltcond10oblique provides the "lmmonoltcond10 oblique" TrueType font from the Latin Modern font family.
Package lmmonoltcond10regular provides the "lmmonoltcond10 regular" TrueType font from the Latin Modern font family.
Package lmmonoltcond10regular provides the "lmmonoltcond10 regular" TrueType font from the Latin Modern font family.
Package lmmonoprop10oblique provides the "lmmonoprop10 oblique" TrueType font from the Latin Modern font family.
Package lmmonoprop10oblique provides the "lmmonoprop10 oblique" TrueType font from the Latin Modern font family.
Package lmmonoprop10regular provides the "lmmonoprop10 regular" TrueType font from the Latin Modern font family.
Package lmmonoprop10regular provides the "lmmonoprop10 regular" TrueType font from the Latin Modern font family.
Package lmmonoproplt10bold provides the "lmmonoproplt10 bold" TrueType font from the Latin Modern font family.
Package lmmonoproplt10bold provides the "lmmonoproplt10 bold" TrueType font from the Latin Modern font family.
Package lmmonoproplt10boldoblique provides the "lmmonoproplt10 boldoblique" TrueType font from the Latin Modern font family.
Package lmmonoproplt10boldoblique provides the "lmmonoproplt10 boldoblique" TrueType font from the Latin Modern font family.
Package lmmonoproplt10oblique provides the "lmmonoproplt10 oblique" TrueType font from the Latin Modern font family.
Package lmmonoproplt10oblique provides the "lmmonoproplt10 oblique" TrueType font from the Latin Modern font family.
Package lmmonoproplt10regular provides the "lmmonoproplt10 regular" TrueType font from the Latin Modern font family.
Package lmmonoproplt10regular provides the "lmmonoproplt10 regular" TrueType font from the Latin Modern font family.
Package lmmonoslant10regular provides the "lmmonoslant10 regular" TrueType font from the Latin Modern font family.
Package lmmonoslant10regular provides the "lmmonoslant10 regular" TrueType font from the Latin Modern font family.
Package lmroman10bold provides the "lmroman10 bold" TrueType font from the Latin Modern font family.
Package lmroman10bold provides the "lmroman10 bold" TrueType font from the Latin Modern font family.
Package lmroman10bolditalic provides the "lmroman10 bolditalic" TrueType font from the Latin Modern font family.
Package lmroman10bolditalic provides the "lmroman10 bolditalic" TrueType font from the Latin Modern font family.
Package lmroman10italic provides the "lmroman10 italic" TrueType font from the Latin Modern font family.
Package lmroman10italic provides the "lmroman10 italic" TrueType font from the Latin Modern font family.
Package lmroman10regular provides the "lmroman10 regular" TrueType font from the Latin Modern font family.
Package lmroman10regular provides the "lmroman10 regular" TrueType font from the Latin Modern font family.
Package lmroman12bold provides the "lmroman12 bold" TrueType font from the Latin Modern font family.
Package lmroman12bold provides the "lmroman12 bold" TrueType font from the Latin Modern font family.
Package lmroman12italic provides the "lmroman12 italic" TrueType font from the Latin Modern font family.
Package lmroman12italic provides the "lmroman12 italic" TrueType font from the Latin Modern font family.
Package lmroman12regular provides the "lmroman12 regular" TrueType font from the Latin Modern font family.
Package lmroman12regular provides the "lmroman12 regular" TrueType font from the Latin Modern font family.
Package lmroman17regular provides the "lmroman17 regular" TrueType font from the Latin Modern font family.
Package lmroman17regular provides the "lmroman17 regular" TrueType font from the Latin Modern font family.
Package lmroman5bold provides the "lmroman5 bold" TrueType font from the Latin Modern font family.
Package lmroman5bold provides the "lmroman5 bold" TrueType font from the Latin Modern font family.
Package lmroman5regular provides the "lmroman5 regular" TrueType font from the Latin Modern font family.
Package lmroman5regular provides the "lmroman5 regular" TrueType font from the Latin Modern font family.
Package lmroman6bold provides the "lmroman6 bold" TrueType font from the Latin Modern font family.
Package lmroman6bold provides the "lmroman6 bold" TrueType font from the Latin Modern font family.
Package lmroman6regular provides the "lmroman6 regular" TrueType font from the Latin Modern font family.
Package lmroman6regular provides the "lmroman6 regular" TrueType font from the Latin Modern font family.
Package lmroman7bold provides the "lmroman7 bold" TrueType font from the Latin Modern font family.
Package lmroman7bold provides the "lmroman7 bold" TrueType font from the Latin Modern font family.
Package lmroman7italic provides the "lmroman7 italic" TrueType font from the Latin Modern font family.
Package lmroman7italic provides the "lmroman7 italic" TrueType font from the Latin Modern font family.
Package lmroman7regular provides the "lmroman7 regular" TrueType font from the Latin Modern font family.
Package lmroman7regular provides the "lmroman7 regular" TrueType font from the Latin Modern font family.
Package lmroman8bold provides the "lmroman8 bold" TrueType font from the Latin Modern font family.
Package lmroman8bold provides the "lmroman8 bold" TrueType font from the Latin Modern font family.
Package lmroman8italic provides the "lmroman8 italic" TrueType font from the Latin Modern font family.
Package lmroman8italic provides the "lmroman8 italic" TrueType font from the Latin Modern font family.
Package lmroman8regular provides the "lmroman8 regular" TrueType font from the Latin Modern font family.
Package lmroman8regular provides the "lmroman8 regular" TrueType font from the Latin Modern font family.
Package lmroman9bold provides the "lmroman9 bold" TrueType font from the Latin Modern font family.
Package lmroman9bold provides the "lmroman9 bold" TrueType font from the Latin Modern font family.
Package lmroman9italic provides the "lmroman9 italic" TrueType font from the Latin Modern font family.
Package lmroman9italic provides the "lmroman9 italic" TrueType font from the Latin Modern font family.
Package lmroman9regular provides the "lmroman9 regular" TrueType font from the Latin Modern font family.
Package lmroman9regular provides the "lmroman9 regular" TrueType font from the Latin Modern font family.
Package lmromancaps10oblique provides the "lmromancaps10 oblique" TrueType font from the Latin Modern font family.
Package lmromancaps10oblique provides the "lmromancaps10 oblique" TrueType font from the Latin Modern font family.
Package lmromancaps10regular provides the "lmromancaps10 regular" TrueType font from the Latin Modern font family.
Package lmromancaps10regular provides the "lmromancaps10 regular" TrueType font from the Latin Modern font family.
Package lmromandemi10oblique provides the "lmromandemi10 oblique" TrueType font from the Latin Modern font family.
Package lmromandemi10oblique provides the "lmromandemi10 oblique" TrueType font from the Latin Modern font family.
Package lmromandemi10regular provides the "lmromandemi10 regular" TrueType font from the Latin Modern font family.
Package lmromandemi10regular provides the "lmromandemi10 regular" TrueType font from the Latin Modern font family.
Package lmromandunh10oblique provides the "lmromandunh10 oblique" TrueType font from the Latin Modern font family.
Package lmromandunh10oblique provides the "lmromandunh10 oblique" TrueType font from the Latin Modern font family.
Package lmromandunh10regular provides the "lmromandunh10 regular" TrueType font from the Latin Modern font family.
Package lmromandunh10regular provides the "lmromandunh10 regular" TrueType font from the Latin Modern font family.
Package lmromanslant10bold provides the "lmromanslant10 bold" TrueType font from the Latin Modern font family.
Package lmromanslant10bold provides the "lmromanslant10 bold" TrueType font from the Latin Modern font family.
Package lmromanslant10regular provides the "lmromanslant10 regular" TrueType font from the Latin Modern font family.
Package lmromanslant10regular provides the "lmromanslant10 regular" TrueType font from the Latin Modern font family.
Package lmromanslant12regular provides the "lmromanslant12 regular" TrueType font from the Latin Modern font family.
Package lmromanslant12regular provides the "lmromanslant12 regular" TrueType font from the Latin Modern font family.
Package lmromanslant17regular provides the "lmromanslant17 regular" TrueType font from the Latin Modern font family.
Package lmromanslant17regular provides the "lmromanslant17 regular" TrueType font from the Latin Modern font family.
Package lmromanslant8regular provides the "lmromanslant8 regular" TrueType font from the Latin Modern font family.
Package lmromanslant8regular provides the "lmromanslant8 regular" TrueType font from the Latin Modern font family.
Package lmromanslant9regular provides the "lmromanslant9 regular" TrueType font from the Latin Modern font family.
Package lmromanslant9regular provides the "lmromanslant9 regular" TrueType font from the Latin Modern font family.
Package lmromanunsl10regular provides the "lmromanunsl10 regular" TrueType font from the Latin Modern font family.
Package lmromanunsl10regular provides the "lmromanunsl10 regular" TrueType font from the Latin Modern font family.
Package lmsans10bold provides the "lmsans10 bold" TrueType font from the Latin Modern font family.
Package lmsans10bold provides the "lmsans10 bold" TrueType font from the Latin Modern font family.
Package lmsans10boldoblique provides the "lmsans10 boldoblique" TrueType font from the Latin Modern font family.
Package lmsans10boldoblique provides the "lmsans10 boldoblique" TrueType font from the Latin Modern font family.
Package lmsans10oblique provides the "lmsans10 oblique" TrueType font from the Latin Modern font family.
Package lmsans10oblique provides the "lmsans10 oblique" TrueType font from the Latin Modern font family.
Package lmsans10regular provides the "lmsans10 regular" TrueType font from the Latin Modern font family.
Package lmsans10regular provides the "lmsans10 regular" TrueType font from the Latin Modern font family.
Package lmsans12oblique provides the "lmsans12 oblique" TrueType font from the Latin Modern font family.
Package lmsans12oblique provides the "lmsans12 oblique" TrueType font from the Latin Modern font family.
Package lmsans12regular provides the "lmsans12 regular" TrueType font from the Latin Modern font family.
Package lmsans12regular provides the "lmsans12 regular" TrueType font from the Latin Modern font family.
Package lmsans17oblique provides the "lmsans17 oblique" TrueType font from the Latin Modern font family.
Package lmsans17oblique provides the "lmsans17 oblique" TrueType font from the Latin Modern font family.
Package lmsans17regular provides the "lmsans17 regular" TrueType font from the Latin Modern font family.
Package lmsans17regular provides the "lmsans17 regular" TrueType font from the Latin Modern font family.
Package lmsans8oblique provides the "lmsans8 oblique" TrueType font from the Latin Modern font family.
Package lmsans8oblique provides the "lmsans8 oblique" TrueType font from the Latin Modern font family.
Package lmsans8regular provides the "lmsans8 regular" TrueType font from the Latin Modern font family.
Package lmsans8regular provides the "lmsans8 regular" TrueType font from the Latin Modern font family.
Package lmsans9oblique provides the "lmsans9 oblique" TrueType font from the Latin Modern font family.
Package lmsans9oblique provides the "lmsans9 oblique" TrueType font from the Latin Modern font family.
Package lmsans9regular provides the "lmsans9 regular" TrueType font from the Latin Modern font family.
Package lmsans9regular provides the "lmsans9 regular" TrueType font from the Latin Modern font family.
Package lmsansdemicond10oblique provides the "lmsansdemicond10 oblique" TrueType font from the Latin Modern font family.
Package lmsansdemicond10oblique provides the "lmsansdemicond10 oblique" TrueType font from the Latin Modern font family.
Package lmsansdemicond10regular provides the "lmsansdemicond10 regular" TrueType font from the Latin Modern font family.
Package lmsansdemicond10regular provides the "lmsansdemicond10 regular" TrueType font from the Latin Modern font family.
Package lmsansquot8bold provides the "lmsansquot8 bold" TrueType font from the Latin Modern font family.
Package lmsansquot8bold provides the "lmsansquot8 bold" TrueType font from the Latin Modern font family.
Package lmsansquot8boldoblique provides the "lmsansquot8 boldoblique" TrueType font from the Latin Modern font family.
Package lmsansquot8boldoblique provides the "lmsansquot8 boldoblique" TrueType font from the Latin Modern font family.
Package lmsansquot8oblique provides the "lmsansquot8 oblique" TrueType font from the Latin Modern font family.
Package lmsansquot8oblique provides the "lmsansquot8 oblique" TrueType font from the Latin Modern font family.
Package lmsansquot8regular provides the "lmsansquot8 regular" TrueType font from the Latin Modern font family.
Package lmsansquot8regular provides the "lmsansquot8 regular" TrueType font from the Latin Modern font family.

Jump to

Keyboard shortcuts

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