ReactOS 0.4.16-dev-289-g096a551
|
#include <richedit.h>
Public Attributes | |
UINT | cbSize |
DWORD | dwMask |
DWORD | dwEffects |
LONG | yHeight |
LONG | yOffset |
COLORREF | crTextColor |
BYTE | bCharSet |
BYTE | bPitchAndFamily |
char | szFaceName [LF_FACESIZE] |
Definition at line 253 of file richedit.h.
BYTE _charformat::bCharSet |
Definition at line 261 of file richedit.h.
BYTE _charformat::bPitchAndFamily |
Definition at line 262 of file richedit.h.
UINT _charformat::cbSize |
Definition at line 255 of file richedit.h.
Referenced by test_EM_SETCHARFORMAT().
COLORREF _charformat::crTextColor |
Definition at line 260 of file richedit.h.
DWORD _charformat::dwEffects |
Definition at line 257 of file richedit.h.
Referenced by test_EM_SETCHARFORMAT().
DWORD _charformat::dwMask |
Definition at line 256 of file richedit.h.
Referenced by test_EM_SETCHARFORMAT().
char _charformat::szFaceName[LF_FACESIZE] |
Definition at line 263 of file richedit.h.
LONG _charformat::yHeight |
Definition at line 258 of file richedit.h.
LONG _charformat::yOffset |
Definition at line 259 of file richedit.h.