textlayout icon indicating copy to clipboard operation
textlayout copied to clipboard

Fonts and text layout for Golang

Results 2 textlayout issues
Sort by recently updated
recently updated
newest added

I couldn't help notice that downloading `github.com/benoitkugler/textlayout` takes quite a while, so I ran ``` $ du -hs . 311M . $ du -hs * 155M fonts 4.0K go.mod 4.0K...

We have noticed, partly based on the comment [here](https://github.com/fyne-io/fyne/issues/3401#issuecomment-1314251246), that the following map is massive: https://github.com/benoitkugler/textlayout/blob/f0394e70c9d258b1564d4709a5383d7ab6461e34/fonts/glyphsnames/glyphs.go#L118 A map of, according to the comment, 2462 different strings result in a lot...