wxblue

Results 2 comments of wxblue

type A struct { Id int } slice := []*A{ {Id: 1}, {Id: 2}, {Id: 3}, } type Selector[TIn any, TOut any] func(TIn) TOut func Select[T any, TOut any](q Query[T],...

Use original key for extraFontMap in FontAtlasProsessor.go ``` // Add extra fonts for _, fontInfo := range a.extraFonts { // Scale font size with DPI scale factor key := fontInfo.String()...