=
{
"switchfont",
}
static void switch_font_render_msg(video_frame_info_t *video_info, void *data, const char *msg, const struct font_params *params)
Definition: switch_font.c:244
static void * switch_font_init_font(void *data, const char *font_path, float font_size, bool is_threaded)
Definition: switch_font.c:41
static const struct font_glyph * switch_font_get_glyph(void *data, uint32_t code)
Definition: switch_font.c:321
#define NULL
Pointer to 0.
Definition: gctypes.h:65
static void switch_font_free_font(void *data, bool is_threaded)
Definition: switch_font.c:64
static int switch_font_get_message_width(void *data, const char *msg, unsigned msg_len, float scale)
Definition: switch_font.c:77
static void switch_font_bind_block(void *data, void *userdata)
Definition: switch_font.c:335