Go to the source code of this file.
◆ InitMatrixMessage()
Definition at line 229 of file message.c.
230{
232
234 return 0;
235
237
242
244
246
248
250}
DWORD WINAPI GetTickCount(VOID)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLint GLint GLsizei GLsizei height
GLint GLint GLsizei width
TCHAR g_szMessages[MAX_MESSAGES][MAXMSG_LENGTH]
void SetMessageFont(HWND hwnd, TCHAR *szFontName, int nPointSize, BOOL fBold)
void ClearMatrixMessage(MATRIX_MESSAGE *msg)
void SetMatrixMessage(MATRIX_MESSAGE *msg, HFONT hFont, TCHAR *text)
Referenced by CreateMatrix().
◆ SetMessageFont()
Definition at line 201 of file message.c.
202{
203 int lfHeight;
206
208
210
212
216
218 {
221
223 }
224}
static DWORD *static HFONT(WINAPI *pCreateFontIndirectExA)(const ENUMLOGFONTEXDVA *)
INT WINAPI MulDiv(INT nNumber, INT nNumerator, INT nDenominator)
#define ANTIALIASED_QUALITY
int WINAPI GetDeviceCaps(_In_opt_ HDC, _In_ int)
#define OUT_DEFAULT_PRECIS
#define CLIP_DEFAULT_PRECIS
int WINAPI ReleaseDC(_In_opt_ HWND, _In_ HDC)
HDC WINAPI GetDC(_In_opt_ HWND)
Referenced by InitMatrixMessage(), and UpdatePreview().