Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
Updates to the BDF font loading
Update pntr_color_set_b() to pass a pointer to the color
Clean up examples
Add pntr_draw_line() and color manipulation functions
Have pntr_color be a uint_t in the header
Typedef it to a union in the implementation.
Pntr_set color r... Inline and pass the pointer to it.
Minor performance
Add pntr_color_tint() and pntr_image_color_tint()
Add pntr_image_color_replace()
Update template from konsumer
Use PNTR_PIXELFORMAT_RGBA by default
Merge pull request #37 from RobLoach/rgba
Use PNTR_PIXELFORMAT_RGBA by default
Remove pntr_fonttype as it's not needed
Remove _LAST enums -- fixes #28