Go to the source code of this file.
Defines | |
#define | PI 3.1415926 |
#define | min(a, b) ( ((a) < (b)) ? (a) : (b) ) |
#define | max(a, b) ( ((a) > (b)) ? (a) : (b) ) |
#define | OK 1 |
#define | FAIL 0 |
#define | SELECTED 1 |
#define | DESELECTED 0 |
#define | UNITL 32000.0 |
#define | UNITP 1000.0 |
Typedefs | |
typedef struct FOUR_INTEGERS | four_integers |
Functions | |
PSTR | FileInPath (PSTR pstrPath) |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
BOOL | _TTFbuilder (HWND parent_window, char *szdir, X__STRUCTURE *lpevi, TTF_STRUCTURE *lpatm) |
#define UNITL 32000.0 |
typedef struct FOUR_INTEGERS four_integers |
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 77 of file TTF.C.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, hThisInstance, and TRUE.
BOOL _TTFbuilder | ( | HWND | parent_window, | |
char * | szdir, | |||
X__STRUCTURE * | lpevi, | |||
TTF_STRUCTURE * | lpatm | |||
) |
Definition at line 95 of file TTF.C.
References TTF_STRUCTURE_tag::cf, DLG_TTF, FALSE, hThisInstance, TTF_STRUCTURE_tag::lf, OK, and TRUE.