ReactOS 0.4.15-dev-7907-g95bf896
CurrentFont Struct Reference

#include <GridView.h>

Collaboration diagram for CurrentFont:

Public Attributes

CAtlStringW FontName
 
LOGFONTW Font
 
HFONT hFont
 
USHORT ValidGlyphs [MAX_GLYPHS]
 
USHORT NumValidGlyphs
 

Detailed Description

Definition at line 6 of file GridView.h.

Member Data Documentation

◆ Font

LOGFONTW CurrentFont::Font

Definition at line 9 of file GridView.h.

Referenced by CGridView::OnSize(), and CGridView::SetFont().

◆ FontName

CAtlStringW CurrentFont::FontName

Definition at line 8 of file GridView.h.

Referenced by CGridView::SetFont().

◆ hFont

HFONT CurrentFont::hFont

Definition at line 10 of file GridView.h.

Referenced by CGridView::DrawGrid(), CGridView::OnSize(), and CGridView::SetFont().

◆ NumValidGlyphs

USHORT CurrentFont::NumValidGlyphs

Definition at line 12 of file GridView.h.

Referenced by CGridView::SetFont().

◆ ValidGlyphs

USHORT CurrentFont::ValidGlyphs[MAX_GLYPHS]

Definition at line 11 of file GridView.h.

Referenced by CGridView::DrawGrid(), and CGridView::SetFont().


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