Commit ffe8d3f39d5a742e51f87b5af66a2a7e63c87037

Behdad Esfahbod 2020-06-18T16:31:39

Use dispatch for get_glyph_alternates_t First time we do this in a way that if target object doesn't have the matching function we basically "ignore". Risky but I feel like is the right decision for this case. I'm going to put back the template varargs and use those, which would make the dispatcher be just that: "dispatcher", and wouldn't need to carry the call context. That would be a refreshing change I think.