thug/Code/Sys/ngc/p_debugfont.h
2016-02-14 08:39:12 +11:00

28 lines
748 B
C

//#ifndef _DEBUGFONT_H_
//#define _DEBUGFONT_H_
//
//#include "p_hw.h"
//#include "p_prim.h"
//
//typedef enum {
// NsFontEffect_None = 0,
// NsFontEffect_Shadow,
// NsFontEffect_Outline,
// NsFontEffect_Bold,
//
// NsFontEffect_Max
//} NsFontEffect;
//
//namespace NsDebugFont
//{
// void printCharacterScaleUp ( float x, float y, int size, GXColor color, char c );
// void printCharacterScaleDown ( float x, float y, int size, GXColor color, char c );
// void printCharacter ( float x, float y, int size, GXColor color, char c );
// void printf ( float x, float y, NsFontEffect fe, int size, GXColor color, char * format, ... );
//
// void setYSpacing ( float spacing );
//};
//
//#endif // _DEBUGFONT_H_