nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

Inconsistent/incorrect font sizes with updated nanovg

Open jkl1337 opened this issue 2 years ago • 0 comments

Because the library is using an old version of nanovg there is no support for OpenType fonts and some additional features and numerous rendering fixes that have been updated in stb_truetype.h. However updating nanovg will make all the font sizes and vertical positions wrong in existing themes, widgets and examples. It might be nice to fix this so that sizes are more consistent with the platform.

See: https://github.com/memononen/nanovg/pull/558 https://github.com/iPlug2/iPlug2/issues/508

jkl1337 avatar Apr 22 '23 18:04 jkl1337