www.pudn.com > tomohide_fur.03.13.02.zip > text.h
//----------------------------------------------------------------------------- // File: text.h // // Copyright (C) 2001-2002 Tomohide Kano. All rights reserved. //----------------------------------------------------------------------------- extern bool textInit(); extern void textDestroy(); extern void textBegin(int w, int h); extern void textEnd(); extern void textSetColor(float t, float g, float b); extern void textSetPosition(int x, int y); extern void textSetLineHeight(int height); extern void textPrint(const char *text); extern void textPrintf(const char *format, ...); extern void textLineFeed(int dy);