ReactOS 0.4.15-dev-7834-g00c4b3d
_charformat Struct Reference

#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]
 

Detailed Description

Definition at line 253 of file richedit.h.

Member Data Documentation

◆ bCharSet

BYTE _charformat::bCharSet

Definition at line 261 of file richedit.h.

◆ bPitchAndFamily

BYTE _charformat::bPitchAndFamily

Definition at line 262 of file richedit.h.

◆ cbSize

UINT _charformat::cbSize

Definition at line 255 of file richedit.h.

Referenced by test_EM_SETCHARFORMAT().

◆ crTextColor

COLORREF _charformat::crTextColor

Definition at line 260 of file richedit.h.

◆ dwEffects

DWORD _charformat::dwEffects

Definition at line 257 of file richedit.h.

Referenced by test_EM_SETCHARFORMAT().

◆ dwMask

DWORD _charformat::dwMask

Definition at line 256 of file richedit.h.

Referenced by test_EM_SETCHARFORMAT().

◆ szFaceName

char _charformat::szFaceName[LF_FACESIZE]

Definition at line 263 of file richedit.h.

◆ yHeight

LONG _charformat::yHeight

Definition at line 258 of file richedit.h.

◆ yOffset

LONG _charformat::yOffset

Definition at line 259 of file richedit.h.


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