ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Classes | |
struct | _FONTSIZE_LIST_CTL |
struct | _FACE_NAMES_PROC_PARAM |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _FONTSIZE_LIST_CTL | FONTSIZE_LIST_CTL |
typedef struct _FONTSIZE_LIST_CTL * | PFONTSIZE_LIST_CTL |
typedef struct _FACE_NAMES_PROC_PARAM | FACE_NAMES_PROC_PARAM |
typedef struct _FACE_NAMES_PROC_PARAM * | PFACE_NAMES_PROC_PARAM |
Variables | |
FONT_PREVIEW | FontPreview = {NULL, 0, 0} |
static const SHORT | TrueTypePoints [] |
static INT | CurrentSelFont = LB_ERR |
static DWORD | CurrentFontType = (DWORD)-1 |
static UINT | CurrentCodePage = INVALID_CP |
typedef struct _FONTSIZE_LIST_CTL * PFONTSIZE_LIST_CTL |
Definition at line 288 of file font.c.
Referenced by EnumFaceNamesProc(), and FaceNameList_Initialize().
|
static |
Definition at line 321 of file font.c.
Referenced by FaceNameList_Initialize().
|
static |
Definition at line 340 of file font.c.
Referenced by FontTypeChange().
Definition at line 398 of file font.c.
Referenced by FontProc().
|
static |
Definition at line 440 of file font.c.
Referenced by FontProc().
Definition at line 725 of file font.c.
Referenced by InitApplet().
|
static |
Definition at line 656 of file font.c.
Referenced by FontProc(), and FontTypeChange().
|
static |
Definition at line 199 of file font.c.
Referenced by FontSizeChange().
|
static |
Definition at line 140 of file font.c.
Referenced by FontTypeChange().
|
static |
Definition at line 542 of file font.c.
Referenced by FontProc().
Definition at line 120 of file font.c.
Referenced by FontSizeList_GetSelectedFontSize().
Definition at line 83 of file font.c.
Referenced by FontProc().
VOID RefreshFontPreview | ( | IN FONT_PREVIEW * | Preview, |
IN PCONSOLE_STATE_INFO | pConInfo | ||
) |
Definition at line 52 of file font.c.
Referenced by InitApplet(), PaintText(), and WinPrev_OnDraw().
VOID UpdateFontPreview | ( | IN FONT_PREVIEW * | Preview, |
IN HFONT | hFont, | ||
IN UINT | CharWidth, | ||
IN UINT | CharHeight | ||
) |
Definition at line 69 of file font.c.
Referenced by FontSizeChange().
|
static |
Definition at line 477 of file font.c.
Referenced by FontProc(), and FontTypeChange().
|
static |
Definition at line 48 of file font.c.
Referenced by BuildCodePageList(), and FontProc().
Definition at line 45 of file font.c.
Referenced by FontProc(), and FontTypeChange().
Definition at line 44 of file font.c.
Referenced by FontTypeChange().
FONT_PREVIEW FontPreview = {NULL, 0, 0} |
Definition at line 21 of file font.c.
Referenced by FontSizeChange(), InitApplet(), OptionsProc(), PaintText(), and WinPrev_OnDraw().
Definition at line 27 of file font.c.
Referenced by EnumFontSizesProc().