ReactOS 0.4.16-dev-178-g8ba6102
font Struct Reference
Collaboration diagram for font:

Public Attributes

struct list entry
 
HFONT hfont
 
COLORREF color
 
WCHAR name [1]
 

Static Public Attributes

static const ULONG FS_NONE = 0x00000000
 
static const ULONG FS_BOLD = 0x00000001
 
static const ULONG FS_ITALIC = 0x00000002
 
static const ULONG FS_UNDERLINE = 0x00000004
 
static const ULONG FS_STRIKEOUT = 0x00000008
 

Detailed Description

Definition at line 72 of file dialog.c.

Member Data Documentation

◆ color

COLORREF font::color

Definition at line 76 of file dialog.c.

◆ entry

struct list font::entry

Definition at line 74 of file dialog.c.

◆ FS_BOLD

static const ULONG font::FS_BOLD = 0x00000001
static

Definition at line 25 of file mk_font.h.

◆ FS_ITALIC

static const ULONG font::FS_ITALIC = 0x00000002
static

Definition at line 26 of file mk_font.h.

◆ FS_NONE

static const ULONG font::FS_NONE = 0x00000000
static

Definition at line 24 of file mk_font.h.

◆ FS_STRIKEOUT

static const ULONG font::FS_STRIKEOUT = 0x00000008
static

Definition at line 28 of file mk_font.h.

◆ FS_UNDERLINE

static const ULONG font::FS_UNDERLINE = 0x00000004
static

Definition at line 27 of file mk_font.h.

◆ hfont

HFONT font::hfont

Definition at line 75 of file dialog.c.

◆ name

WCHAR font::name[1]

Definition at line 77 of file dialog.c.


The documentation for this struct was generated from the following files: