libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
graphics_characters.h File Reference

Go to the source code of this file.

Macros

#define NUMSEG   30
 
#define SEGL   5
 
#define SEGSP   7
 
#define BOLD   __bold=1;
 
#define NOBOLD   __bold=0;
 
#define GXWINDOW   700
 
#define GYWINDOW   500
 

Functions

void graphics_segmentDisplay (int s[], int x, int y, int r, int g, int b, float size)
 
void g_segmentDisplay (int s[], int x, int y, int r, int g, int b, float size)
 
void graphics_printCharacter (int n, int x, int y, int r, int g, int b, float size)
 
void g_printCharacter (int n, int x, int y, int r, int g, int b, float size)
 
void graphics_printString (char s[], int x, int y, int r, int g, int b, float size)
 
void g_printString (char s[], int x, int y, int r, int g, int b, float size)
 
int graphics_printInt (int n, int minNumDigits, int x, int y, int r, int g, int b, float size)
 
int g_printInt (int n, int minNumDigits, int x, int y, int r, int g, int b, float size)
 
void graphics_printFloat (float n, int numDigits, int x, int y, int r, int g, int b, float size)
 
void g_printFloat (float n, int numDigits, int x, int y, int r, int g, int b, float size)
 

Variables

int __bold
 

Macro Definition Documentation

#define BOLD   __bold=1;
#define GXWINDOW   700
#define GYWINDOW   500
#define NOBOLD   __bold=0;
#define NUMSEG   30
#define SEGL   5
#define SEGSP   7

Function Documentation

void g_printCharacter ( int  n,
int  x,
int  y,
int  r,
int  g,
int  b,
float  size 
)
void g_printFloat ( float  n,
int  numDigits,
int  x,
int  y,
int  r,
int  g,
int  b,
float  size 
)
int g_printInt ( int  n,
int  minNumDigits,
int  x,
int  y,
int  r,
int  g,
int  b,
float  size 
)
void g_printString ( char  s[],
int  x,
int  y,
int  r,
int  g,
int  b,
float  size 
)
void g_segmentDisplay ( int  s[],
int  x,
int  y,
int  r,
int  g,
int  b,
float  size 
)

Variable Documentation

int __bold