|
@@ -54,7 +54,6 @@ int draw_font_count(draw_font_t *font);
|
|
int draw_font_height(draw_font_t *font, int font_size);
|
|
int draw_font_height(draw_font_t *font, int font_size);
|
|
float draw_sub_string_width(draw_font_t *font, int font_size, const char *text, int start, int end);
|
|
float draw_sub_string_width(draw_font_t *font, int font_size, const char *text, int start, int end);
|
|
int draw_string_width(draw_font_t *font, int font_size, const char *text);
|
|
int draw_string_width(draw_font_t *font, int font_size, const char *text);
|
|
-void draw_set_bilinear_filter(bool bilinear);
|
|
|
|
|
|
|
|
void draw_filled_circle(float cx, float cy, float radius, int segments);
|
|
void draw_filled_circle(float cx, float cy, float radius, int segments);
|
|
void draw_circle(float cx, float cy, float radius, int segments, float strength);
|
|
void draw_circle(float cx, float cy, float radius, int segments, float strength);
|