Skip to content

Commit 0660ebf

Browse files
committed
Remove glyph generate buildscript
1 parent ffc8c1d commit 0660ebf

File tree

2 files changed

+2
-125
lines changed

2 files changed

+2
-125
lines changed

build/generate-glyph-width.go

Lines changed: 0 additions & 123 deletions
This file was deleted.

modules/badge/badge_glyph_width.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ package badge
55

66
import "sync"
77

8-
// Code generated by build/generate-glyph-width.go. DO NOT EDIT.
9-
// Sourced from https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_2_37/dejavu-sans-ttf-2.37.zip
8+
// DejaVuGlyphWidthData is generated by `sfnt.Face.GlyphAdvance(nil, <rune>, 11, font.HintingNone)`with DejaVu Sans
9+
// v2.37 (https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_2_37/dejavu-sans-ttf-2.37.zip).
1010
var DejaVuGlyphWidthData = sync.OnceValue(func() map[rune]uint8 {
1111
return map[rune]uint8{
1212
32: 3,

0 commit comments

Comments
 (0)