ReactOS 0.4.15-dev-7918-g2a2556c
_EDIT_GLYPH_INFO Struct Reference

#include <precomp.h>

Collaboration diagram for _EDIT_GLYPH_INFO:

Public Attributes

PFONT_WND_INFO FontWndInfo
 
UINT uCharacter
 
UCHAR CharacterBits [8]
 
HWND hSelf
 
HWND hEdit
 
HWND hPreview
 
LONG lEditSpacing
 
PEDIT_GLYPH_INFO PrevEditGlyphWnd
 
PEDIT_GLYPH_INFO NextEditGlyphWnd
 

Detailed Description

Definition at line 81 of file precomp.h.

Member Data Documentation

◆ CharacterBits

UCHAR _EDIT_GLYPH_INFO::CharacterBits[8]

Definition at line 86 of file precomp.h.

Referenced by EditCurrentGlyph().

◆ FontWndInfo

PFONT_WND_INFO _EDIT_GLYPH_INFO::FontWndInfo

Definition at line 83 of file precomp.h.

Referenced by EditCurrentGlyph().

◆ hEdit

HWND _EDIT_GLYPH_INFO::hEdit

Definition at line 89 of file precomp.h.

◆ hPreview

HWND _EDIT_GLYPH_INFO::hPreview

Definition at line 90 of file precomp.h.

◆ hSelf

HWND _EDIT_GLYPH_INFO::hSelf

Definition at line 88 of file precomp.h.

Referenced by EditCurrentGlyph().

◆ lEditSpacing

LONG _EDIT_GLYPH_INFO::lEditSpacing

Definition at line 91 of file precomp.h.

◆ NextEditGlyphWnd

PEDIT_GLYPH_INFO _EDIT_GLYPH_INFO::NextEditGlyphWnd

Definition at line 94 of file precomp.h.

Referenced by EditCurrentGlyph().

◆ PrevEditGlyphWnd

PEDIT_GLYPH_INFO _EDIT_GLYPH_INFO::PrevEditGlyphWnd

Definition at line 93 of file precomp.h.

Referenced by EditCurrentGlyph().

◆ uCharacter

UINT _EDIT_GLYPH_INFO::uCharacter

Definition at line 85 of file precomp.h.

Referenced by EditCurrentGlyph().


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