14 #ifndef _KIPR_GRAPHICS_GRAPHICS_CHARACTERS_H_
15 #define _KIPR_GRAPHICS_GRAPHICS_CHARACTERS_H_
41 #define BOLD __bold=1;
43 #define NOBOLD __bold=0;
int __bold
the variable used to store whether or not characters should be bold
void graphics_print_string(char s[], int x, int y, int r, int g, int b, float size)
void graphics_segment_display(int s[], int x, int y, int r, int g, int b, float size)
void graphics_print_float(float n, int numDigits, int x, int y, int r, int g, int b, float size)
int graphics_print_int(int n, int minNumDigits, int x, int y, int r, int g, int b, float size)
void graphics_print_character(int n, int x, int y, int r, int g, int b, float size)