go-text / typesetting

High quality text shaping in pure Go.
Other
88 stars 11 forks source link

Reuse errors in functions that get called a lot #59

Closed dominikh closed 1 year ago

dominikh commented 1 year ago

sbix.glyphData and bitmap.glyphData get called repeatedly even for fonts that have neither. Previously, they allocated an error on each call.

dominikh commented 1 year ago

From a profile: image