nuklear/extra_font
vurtun b2c87ed7c0 Release Version 1.0
This is the first release version of nuklear (previously: zahnrad).
As for those who no the old version will notice: a lot has changed.

Most obvious should be the two biggest changes. First the name change
because I got critique that the name is hard to comprehend and
remember (understandable for non-germans) and the second is the
transistion from four files (zahnrad.h, zahnrad.c, stb_truetype
and stb_rect_pack) to one single header library file nuklear.h.
I am not 100% convinced that using a single header library is the
right choice here but so far I haven't encountered any problems.

Noticable should be as well that nuklear now directly embeds three
stb libraries: stb_truetype, stb_rect_pack and stb_textedit. Like
in previous versions the first two are optional and the library
can be compiled without. stb_textedit on the other hand powers
the text edit implementation for single as well as multiline
text manipulation. The text edit implementation is still relative
new and untested so you can expect some bugs I have not found yet.

In the demo department a lot changed as well. All platform demos
now don't compile one big demo but instead contain a simple
demo and small abstraction layer over the platform. Main benefit is
better understandablity improved ease of use. The old demo
is now split up and transfered into the example folder while each part
is self contained and compileable. (All examples use glfw I don't now
if this is the best platform but it is at least the simplest.
I also removed the apple demo because I don't have an apple system
and cannot make sure the new version runs with the old version.

Finally a lot of small bugs have been fixed as well as bugs found by
clang analyzer and coverity.
2016-04-14 16:26:15 +02:00
..
Cousine-Regular.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
DroidSans.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
Karla-Regular.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
ProggyClean.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
ProggyTiny.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
Raleway-Bold.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
Roboto-Bold.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
Roboto-Light.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
Roboto-Regular.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
kenvector_future.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00
kenvector_future_thin.ttf Release Version 1.0 2016-04-14 16:26:15 +02:00