We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0660ebf commit fae2d3dCopy full SHA for fae2d3d
modules/badge/badge_glyph_width.go
@@ -5,7 +5,7 @@ package badge
5
6
import "sync"
7
8
-// DejaVuGlyphWidthData is generated by `sfnt.Face.GlyphAdvance(nil, <rune>, 11, font.HintingNone)`with DejaVu Sans
+// 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).
10
var DejaVuGlyphWidthData = sync.OnceValue(func() map[rune]uint8 {
11
return map[rune]uint8{
0 commit comments