blob: a1f8ddc85bba3f7baa7e418d33b27d4a8e012ab6 [file] [view]
Virtuals in `SkTypeface` subclasses (5 of them) now take SkSpan instead of ptr/count. This
is part of the larger change where public APIs are being converted to take SkSpan where
applicable.
No real functionality change, but this new signature allows some of the methods to perform
range-checking, whereas before they could not.