etxt icon indicating copy to clipboard operation
etxt copied to clipboard

Text rendering package for Ebitengine.

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

Idea suggested by @kettek, mimicking html canvas `save()` and `restore()` methods. Here's an API prototype: ```Golang // Registers a new restore point for the renderer's state. You can jump //...

``` panic: runtime error: index out of range [28] with length 28 goroutine 10 [running]: golang.org/x/image/vector.(*Rasterizer).rasterizeDstAlphaSrcOpaqueOpSrc(0x1400016cab0, 0x140010f9200, {{0x14000f715f8?, 0x100a74078?}, {0x14000f715f8?, 0x100a74018?}}) /Users/kalexmills/go/pkg/mod/golang.org/x/[email protected]/vector/vector.go:384 +0x1b4 golang.org/x/image/vector.(*Rasterizer).Draw(0x1400016cab0, {0x1012f21b8?, 0x140010f9200}, {{0x24?, 0x0?}, {0x0?, 0x0?}},...