view nuklear_ui/font.h @ 1633:9b7cba9ba541

Use SDL_GL_MakeCurrent to make the SDL renderer API windows play nice with GL windows
author Michael Pavone <pavone@retrodev.com>
date Fri, 09 Nov 2018 09:26:07 -0800
parents 4f6e8acd7b6a
children
line wrap: on
line source

#ifndef FONT_H_
#define FONT_H_

uint8_t *default_font(uint32_t *size_out);

#endif //FONT_H_