Go to the source code of this file.
Functions | |
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) |
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 at line 4 of file FM_PutStringAA.c.
References AlphaLUT, tFontDef::BitmapIndex, DeleteAt(), FM_AlphaBlendRGB(), FM_CharToIndex(), FM_GetStringHeight(), FM_GetStringWidth(), FM_InitAlphaLUT(), FM_isValidCharacter(), tFontData::FontDef, tAlphaLUT::g, GetOSDRegionWidth(), tFontDef::Height, InsertAt(), tFontData::pFontData, TRACEENTER, TRACEEXIT, tFontDef::Width, X, and Y.
Referenced by FM_PutString().