Fix bug in ViewsFromTo where from might clip first value

This commit is contained in:
bloeys
2022-07-24 02:38:12 +04:00
parent 641e3eda98
commit a531d5904b
4 changed files with 34 additions and 17 deletions

View File

@ -17,7 +17,7 @@ import (
)
const (
DefaultGlyphsPerBatch = 16384
DefaultGlyphsPerBatch = 4 * 1024
floatsPerGlyph = 13
invalidRune = unicode.ReplacementChar