1 int TextCreate(
const char *Font,
int FontSize,
bool bBold,
bool bItalic,
int x,
int y,
unsigned int color,
const char *text,
bool bShadow,
bool bShow);
58 int TextUpdate(
int id,
const char *Font,
int FontSize,
bool bBold,
bool bItalic);
68 int BoxCreate(
int x,
int y,
int w,
int h,
unsigned int dwColor,
bool bShow);
128 int LineCreate(
int x1,
int y1,
int x2,
int y2,
int width,
unsigned int color,
bool bShow);
159 int LineSetPos(
int id,
int x1,
int y1,
int x2,
int y2);
169 int ImageCreate(
const char *path,
int x,
int y,
int rotation,
int align,
bool bShow);
232 void SetParam(
const char *_szParamName,
const char *_szParamValue);
int LineSetPos(int id, int x1, int y1, int x2, int y2)
int ImageCreate(const char *path, int x, int y, int rotation, int align, bool bShow)
int ImageSetRotation(int id, int rotation)
int LineSetShown(int id, bool bShown)
int ImageSetAlign(int id, int align)
int GetScreenSpecs(int &width, int &height)
int TextCreate(const char *Font, int FontSize, bool bBold, bool bItalic, int x, int y, unsigned int color, const char *text, bool bShadow, bool bShow)
int BoxCreate(int x, int y, int w, int h, unsigned int dwColor, bool bShow)
int BoxSetHeight(int id, int height)
int LineSetWidth(int id, int width)
int TextSetString(int id, const char *str)
int TextUpdate(int id, const char *Font, int FontSize, bool bBold, bool bItalic)
int TextSetShown(int id, bool b)
int BoxSetPos(int id, int x, int y)
int ImageSetPos(int id, int x, int y)
int LineCreate(int x1, int y1, int x2, int y2, int width, unsigned int color, bool bShow)
int TextSetShadow(int id, bool b)
int BoxSetBorderColor(int id, unsigned int dwColor)
int BoxSetBorder(int id, int height, bool bShown)
int BoxSetShown(int id, bool bShown)
int BoxSetColor(int id, unsigned int dwColor)
void SetParam(const char *_szParamName, const char *_szParamValue)
int ImageSetShown(int id, bool bShown)
int TextSetPos(int id, int x, int y)
int TextSetColor(int id, unsigned int color)
int LineSetColor(int id, unsigned int color)
int BoxSetWidth(int id, int width)