Hi All.
Now that Imgui is being integrated fully into cinder would it be possible to use ci::Font objects directly to add new fonts? The old block supported this using an fs:path for the font which was fine for macos but broke if you tried to include a font in resources on Windows (as windows font resources dont have paths as far as I can see).
Imgui can be completely transformed when using the non standard font and I used it often with the old block. The new integrated imgui renderer implementation is a little out of my depth, how difficult do people think it be to be able to add proper ci::Font support to the inbuilt imgui implementation?
Or any examples or pointers to get me started would be appreciated.