ReactOS 0.4.16-dev-59-gd481587
|
#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 [] = {'_','_','W','I','N','E','_','F','O','N','T','D','L','G','D','A','T','A',0} |
static const WCHAR | strWineFontData_a [] |
static const WCHAR | chooseFontW [] = {'C','H','O','O','S','E','_','F','O','N','T',0} |
static const WCHAR | fontsizefmtW [] = {'%','d',0} |
static HIMAGELIST | himlTT = 0 |
static const WCHAR | stWestern [] ={'A','a','B','b','Y','y','Z','z',0} |
static const WCHAR | stSymbol [] ={'S','y','m','b','o','l',0} |
static const WCHAR | stShiftJis [] ={'A','a',0x3042,0x3041,0x30a2,0x30a1,0x4e9c,0x5b87,0} |
static const WCHAR | stHangul [] ={0xac00,0xb098,0xb2e4,'A','a','B','Y','y','Z','z',0} |
static const WCHAR | stGB2312 [] ={0x5fae,0x8f6f,0x4e2d,0x6587,0x8f6f,0x4ef6,0} |
static const WCHAR | stBIG5 [] ={0x4e2d,0x6587,0x5b57,0x578b,0x7bc4,0x4f8b,0} |
static const WCHAR | stGreek [] ={'A','a','B','b',0x0391,0x03b1,0x0392,0x03b2,0} |
static const WCHAR | stTurkish [] ={'A','a','B','b',0x011e,0x011f,0x015e,0x015f,0} |
static const WCHAR | stHebrew [] ={'A','a','B','b',0x05e0,0x05e1,0x05e9,0x05ea,0} |
static const WCHAR | stArabic [] ={'A','a','B','b',0x0627,0x0628,0x062c,0x062f,0x0647,0x0648,0x0632,0} |
static const WCHAR | stBaltic [] ={'A','a','B','b','Y','y','Z','z',0} |
static const WCHAR | stVietname [] ={'A','a','B','b',0x01a0,0x01a1,0x01af,0x01b0,0} |
static const WCHAR | stCyrillic [] ={'A','a','B','b',0x0411,0x0431,0x0424,0x0444,0} |
static const WCHAR | stEastEur [] ={'A','a','B','b',0xc1,0xe1,0xd4,0xf4,0} |
static const WCHAR | stThai [] ={'A','a','B','b',0x0e2d,0x0e31,0x0e01,0x0e29,0x0e23,0x0e44,0x0e17,0x0e22,0} |
static const WCHAR | stJohab [] ={0xac00,0xb098,0xb2e4,'A','a','B','Y','y','Z','z',0} |
static const WCHAR | stMac [] ={'A','a','B','b','Y','y','Z','z',0} |
static const WCHAR | stOEM [] ={'A','a','B','b',0xf8,0xf1,0xfd,0} |
static const WCHAR | stVISCII [] ={'A','a','B','b',0} |
static const WCHAR | stTCVN [] ={'A','a','B','b',0} |
static const WCHAR | stKOI8 [] ={'A','a','B','b',0} |
static const WCHAR | stIso88593 [] ={'A','a','B','b',0} |
static const WCHAR | stIso88594 [] ={'A','a','B','b',0} |
static const WCHAR | stIso885910 [] ={'A','a','B','b',0} |
static const WCHAR | stCeltic [] ={'A','a','B','b',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 161 of file fontdlg.c.
Referenced by ChooseFontA(), and ChooseFontW().
|
static |
Definition at line 312 of file fontdlg.c.
Referenced by FontFamilyEnumProc().
|
static |
Definition at line 417 of file fontdlg.c.
Referenced by AddFontStyle(), and SetFontSizesToCombo3().
|
static |
Definition at line 499 of file fontdlg.c.
Referenced by FontStyleEnumProc().
Definition at line 583 of file fontdlg.c.
Referenced by CFn_WMCommand(), and CFn_WMInitDialog().
Definition at line 545 of file fontdlg.c.
Referenced by CFn_WMCommand(), and CFn_WMInitDialog().
Definition at line 565 of file fontdlg.c.
Referenced by CFn_WMCommand(), and CFn_WMInitDialog().
|
inlinestatic |
Definition at line 453 of file fontdlg.c.
Referenced by AddFontStyle(), CFn_WMCommand(), and CFn_WMInitDialog().
|
static |
Definition at line 300 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
|
inlinestatic |
Definition at line 480 of file fontdlg.c.
Referenced by AddFontStyle(), CFn_WMCommand(), and CFn_WMInitDialog().
|
static |
Definition at line 922 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
|
static |
Definition at line 1132 of file fontdlg.c.
Referenced by FormatCharDlgProcA().
Definition at line 792 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
|
static |
Definition at line 619 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
Definition at line 764 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
|
static |
Definition at line 1164 of file fontdlg.c.
Referenced by FormatCharDlgProcA(), and FormatCharDlgProcW().
BOOL WINAPI ChooseFontA | ( | LPCHOOSEFONTA | lpChFont | ) |
Definition at line 238 of file fontdlg.c.
Referenced by test_ChooseFontA().
BOOL WINAPI ChooseFontW | ( | LPCHOOSEFONTW | lpChFont | ) |
Definition at line 184 of file fontdlg.c.
Referenced by dialog_choose_font(), and OSK_ChooseFont().
|
static |
Definition at line 352 of file fontdlg.c.
Referenced by CFn_WMInitDialog().
|
static |
Definition at line 605 of file fontdlg.c.
Referenced by CFn_WMCommand().
|
static |
Definition at line 1204 of file fontdlg.c.
Referenced by ChooseFontA().
|
static |
Definition at line 1270 of file fontdlg.c.
Referenced by ChooseFontW().
|
static |
Definition at line 894 of file fontdlg.c.
Referenced by CFn_WMCommand().
Definition at line 465 of file fontdlg.c.
Referenced by AddFontStyle(), CFn_WMInitDialog(), and get_dialog_font_point_size().
Definition at line 489 of file fontdlg.c.
Referenced by CFn_FitCharSet(), CFn_FitFontSize(), CFn_FitFontStyle(), and CFn_WMInitDialog().
|
static |
Definition at line 440 of file fontdlg.c.
Referenced by AddFontStyle().
Definition at line 366 of file fontdlg.c.
Referenced by AddFontStyle().
WINE_DEFAULT_DEBUG_CHANNEL | ( | commdlg | ) |
const struct { ... } cfflags[] |
Referenced by _dump_cf_flags().
Definition at line 109 of file fontdlg.c.
Referenced by CFn_WMPaint().
Definition at line 53 of file fontdlg.c.
Referenced by ChooseFontA(), and ChooseFontW().
Definition at line 54 of file fontdlg.c.
Referenced by AddFontSizeToCombo3().
|
static |
Definition at line 57 of file fontdlg.c.
Referenced by CFn_WMDrawItem(), CFn_WMInitDialog(), and CFn_WMMeasureItem().
|
static |
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 289 of file fontdlg.c.
Referenced by CFn_WMInitDialog().