[ftinspect] Fix named instances switching.
Fixes #28 (closed) .
The default values of MMGX axes, when a named instance is selected, should be loaded from the named instance's vars, instead of using the global default axis default.
Also, the face and size are switched to the named instance when the font is loaded, using FT_Set_Named_Instance
- @wl is this appropriate?