|
ReactOS 0.4.17-dev-934-g091855f
|
#include <ctype.h>#include <stdlib.h>#include <stdarg.h>#include <stdio.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "wingdi.h"#include "winuser.h"#include "commdlg.h"#include "dlgs.h"#include "wine/debug.h"#include "wine/heap.h"#include "cderr.h"#include "cdlg.h"
Go to the source code of this file.
Classes | |
| struct | CFn_ENUMSTRUCT |
Macros | |
| #define | TTBITMAP_XSIZE 20 /* x-size of the bitmaps */ |
| #define | CI(cs) ((IDS_CHARSET_##cs)-IDS_CHARSET_ANSI) |
| #define | XX(x) { x, #x }, |
| #define | TEXT_EXTRAS 4 |
| #define | TEXT_COLORS 16 |
| #define | FSTYLES 4 |
Typedefs | |
| typedef struct CFn_ENUMSTRUCT * | LPCFn_ENUMSTRUCT |
Variables | |
| static const WCHAR | strWineFontData [] = L"__WINE_FONTDLGDATA" |
| static const WCHAR | strWineFontData_a [] = L"__WINE_FONTDLGDATA_A" |
| static HIMAGELIST | himlTT = 0 |
| static const WCHAR *const | sample_lang_text [] |
| static const BYTE | CHARSET_ORDER [256] |
| struct { | |
| DWORD mask | |
| const char * name | |
| } | cfflags [] |
| static const COLORREF | textcolors [TEXT_COLORS] |
| #define FSTYLES 4 |
| typedef struct CFn_ENUMSTRUCT * LPCFn_ENUMSTRUCT |
Definition at line 152 of file fontdlg.c.
Referenced by ChooseFontA(), and ChooseFontW().
|
static |
Definition at line 303 of file fontdlg.c.
Referenced by FontFamilyEnumProc().
|
static |
Definition at line 408 of file fontdlg.c.
Referenced by AddFontStyle(), and SetFontSizesToCombo3().
|
static |
Definition at line 490 of file fontdlg.c.
Referenced by FontStyleEnumProc().
Definition at line 574 of file fontdlg.c.
Referenced by CFn_WMCommand(), and CFn_WMInitDialog().
Definition at line 536 of file fontdlg.c.
Referenced by CFn_WMCommand(), and CFn_WMInitDialog().
Definition at line 556 of file fontdlg.c.
Referenced by CFn_WMCommand(), and CFn_WMInitDialog().
|
inlinestatic |
Definition at line 444 of file fontdlg.c.
Referenced by AddFontStyle(), CFn_WMCommand(), and CFn_WMInitDialog().
|
static |
Definition at line 291 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
|
inlinestatic |
Definition at line 471 of file fontdlg.c.
Referenced by AddFontStyle(), CFn_WMCommand(), and CFn_WMInitDialog().
|
static |
Definition at line 909 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
|
static |
Definition at line 1123 of file fontdlg.c.
Referenced by FormatCharDlgProcA().
Definition at line 779 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
|
static |
Definition at line 610 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
Definition at line 751 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
|
static |
Definition at line 1155 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
| BOOL WINAPI ChooseFontA | ( | LPCHOOSEFONTA | lpChFont | ) |
Definition at line 229 of file fontdlg.c.
Referenced by test_ChooseFontA().
| BOOL WINAPI ChooseFontW | ( | LPCHOOSEFONTW | lpChFont | ) |
Definition at line 175 of file fontdlg.c.
Referenced by dialog_choose_font(), and OSK_ChooseFont().
|
static |
Definition at line 343 of file fontdlg.c.
Referenced by CFn_WMInitDialog().
|
static |
Definition at line 596 of file fontdlg.c.
Referenced by CFn_WMCommand().
|
static |
Definition at line 1195 of file fontdlg.c.
Referenced by ChooseFontA().
|
static |
Definition at line 1261 of file fontdlg.c.
Referenced by ChooseFontW().
|
static |
Definition at line 881 of file fontdlg.c.
Referenced by CFn_WMCommand().
Definition at line 456 of file fontdlg.c.
Referenced by AddFontStyle(), CFn_WMInitDialog(), and get_dialog_font_point_size().
Definition at line 480 of file fontdlg.c.
Referenced by CFn_FitCharSet(), CFn_FitFontSize(), CFn_FitFontStyle(), and CFn_WMInitDialog().
|
static |
Definition at line 431 of file fontdlg.c.
Referenced by AddFontStyle().
Definition at line 357 of file fontdlg.c.
Referenced by AddFontStyle().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | commdlg | ) |
| const struct { ... } cfflags[] |
Referenced by _dump_cf_flags().
Definition at line 100 of file fontdlg.c.
Referenced by CFn_WMPaint().
|
static |
Definition at line 54 of file fontdlg.c.
Referenced by CFn_WMDrawItem(), CFn_WMInitDialog(), and CFn_WMMeasureItem().
Definition at line 67 of file fontdlg.c.
Referenced by CFn_WMPaint().
Definition at line 50 of file fontdlg.c.
Referenced by CFn_WMCommand(), CFn_WMDestroy(), CFn_WMInitDialog(), FormatCharDlgProcA(), and FormatCharDlgProcW().
Definition at line 51 of file fontdlg.c.
Referenced by CFn_WMDestroy(), and FormatCharDlgProcA().
|
static |
Definition at line 280 of file fontdlg.c.
Referenced by CFn_WMInitDialog().