nanovg/example
Mikko Mononen e281ffcabd Fixed nvgTextBreakLines returning bad minx
- nvgTextBreakLines: wordMinX was relative to rowStartX, which caused
problems when rowStartX change on line break, but wordMinX was still
relative to the previous rowStartX
- fixed font size on perf graphs
- made demo to use row minx/maxx instead of row->width
- fixed demo hover distance
2020-03-07 23:01:56 +02:00
..
images First commit 2013-11-12 08:34:27 +01:00
LICENSE_OFL.txt Support fallback fonts 2016-08-17 00:33:48 +09:00
NotoEmoji-Regular.ttf Support fallback fonts 2016-08-17 00:33:48 +09:00
Roboto-Bold.ttf First commit 2013-11-12 08:34:27 +01:00
Roboto-Light.ttf First commit 2013-11-12 08:34:27 +01:00
Roboto-Regular.ttf First commit 2013-11-12 08:34:27 +01:00
demo.c Fixed nvgTextBreakLines returning bad minx 2020-03-07 23:01:56 +02:00
demo.h Code refactoring for #299. 2016-08-21 21:40:40 +08:00
entypo.ttf First commit 2013-11-12 08:34:27 +01:00
example_fbo.c Fixed use of nvglImageHandlexx in GL utils from earlier PR 2016-02-01 21:41:24 +02:00
example_gl2.c Fixes how glext header is included. 2017-03-06 22:08:08 +08:00
example_gl3.c Fixes how glext header is included. 2017-03-06 22:08:08 +08:00
example_gles2.c Fixes how glext header is included. 2017-03-06 22:08:08 +08:00
example_gles3.c Fixes how glext header is included. 2017-03-06 22:08:08 +08:00
images.txt First commit 2013-11-12 08:34:27 +01:00
perf.c Fixed nvgTextBreakLines returning bad minx 2020-03-07 23:01:56 +02:00
perf.h added new graph style 2014-08-26 09:00:25 +02:00
screenshot-01.png Code refactoring for #299. 2016-08-21 21:40:40 +08:00
screenshot-02.png MSVC compile fix (example); win32 screenshot added 2014-02-08 20:28:41 +01:00
stb_image_write.h Fix for issue #40: Added support to render using premultiplied alpha 2014-02-25 22:53:46 +02:00