ReactOS 0.4.15-dev-7998-gdb93cb1
_FONT_ASPECT Struct Reference

#include <font.h>

Collaboration diagram for _FONT_ASPECT:

Public Attributes

union {
   WORD   EmuBoldItalic
 
   struct {
      BYTE   Bold
 
      BYTE   Italic
 
   }   Emu
 
DUMMYUNIONNAME
 
WORD RenderMode
 

Detailed Description

Definition at line 28 of file font.h.

Member Data Documentation

◆ Bold

BYTE _FONT_ASPECT::Bold

Definition at line 33 of file font.h.

◆ 

_ANONYMOUS_UNION union { ... } _FONT_ASPECT::DUMMYUNIONNAME

◆ 

struct { ... } _FONT_ASPECT::Emu

◆ EmuBoldItalic

WORD _FONT_ASPECT::EmuBoldItalic

Definition at line 31 of file font.h.

◆ Italic

BYTE _FONT_ASPECT::Italic

Definition at line 34 of file font.h.

◆ RenderMode

WORD _FONT_ASPECT::RenderMode

Definition at line 37 of file font.h.


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