FireBirdLib - Topfield TMS PVR TAP Programming Library
FM_PutString.c
Go to the documentation of this file.
1#include <string.h>
2#include "FBLib_FontManager.h"
3
4void FM_PutString(word rgn, dword x, dword y, dword maxX, char * str, dword fcolor, dword bcolor, tFontData *FontData, byte bDot, byte align)
5{
7
8 FM_PutStringAA(rgn, x, y, maxX, str, fcolor, bcolor, FontData, bDot, align, 1);
9
10 TRACEEXIT();
11}
void FM_PutStringAA(word rgn, dword x, dword y, dword maxX, char *str, dword fcolor, dword bcolor, tFontData *FontData, byte bDot, byte align, float AntiAliasFactor)
Definition: FM_PutStringAA.c:4
void FM_PutString(word rgn, dword x, dword y, dword maxX, char *str, dword fcolor, dword bcolor, tFontData *FontData, byte bDot, byte align)
Definition: FM_PutString.c:4
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243