memononen / nanovg

Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
zlib License
5.07k stars 767 forks source link

Fixes demo’s font sizes. #564

Closed olliwang closed 4 years ago

olliwang commented 4 years ago

This commit fixes the demo’s font sizes for the changes in #558, which makes the rendered font size matches what you saw on other native apps. The demo used bigger font sizes than they actually were. This commit deduces the font sizes to match the original demo’s look.

Screen Shot 2020-02-28 at 6 22 05 PM
memononen commented 4 years ago

Thanks for the quick fix.