ReactOS 0.4.16-dev-457-g087979e
|
#include <richedit.h>
Public Attributes | |
UINT | cbSize |
DWORD | dwMask |
DWORD | dwEffects |
LONG | yHeight |
LONG | yOffset |
COLORREF | crTextColor |
BYTE | bCharSet |
BYTE | bPitchAndFamily |
WCHAR | szFaceName [LF_FACESIZE] |
Definition at line 266 of file richedit.h.
BYTE _charformatw::bCharSet |
Definition at line 274 of file richedit.h.
Referenced by test_default_format().
BYTE _charformatw::bPitchAndFamily |
Definition at line 275 of file richedit.h.
Referenced by test_default_format().
UINT _charformatw::cbSize |
Definition at line 268 of file richedit.h.
Referenced by display_app_usages(), display_cert_usages(), set_cert_info(), set_cert_name_string(), set_cert_validity_period(), and test_EM_SETCHARFORMAT().
COLORREF _charformatw::crTextColor |
Definition at line 273 of file richedit.h.
DWORD _charformatw::dwEffects |
Definition at line 270 of file richedit.h.
Referenced by display_app_usages(), display_cert_usages(), set_cert_info(), set_cert_name_string(), set_cert_validity_period(), test_default_format(), and test_EM_SETCHARFORMAT().
DWORD _charformatw::dwMask |
Definition at line 269 of file richedit.h.
Referenced by display_app_usages(), display_cert_usages(), set_cert_info(), set_cert_name_string(), set_cert_validity_period(), and test_EM_SETCHARFORMAT().
WCHAR _charformatw::szFaceName[LF_FACESIZE] |
Definition at line 276 of file richedit.h.
Referenced by test_default_format().
LONG _charformatw::yHeight |
Definition at line 271 of file richedit.h.
Referenced by test_default_format().
LONG _charformatw::yOffset |
Definition at line 272 of file richedit.h.