ReactOS 0.4.17-dev-573-g8315b8c
OLEFontImpl Struct Reference
Collaboration diagram for OLEFontImpl:

Public Attributes

IFont IFont_iface
 
IDispatch IDispatch_iface
 
IPersistStream IPersistStream_iface
 
IConnectionPointContainer IConnectionPointContainer_iface
 
IPersistPropertyBag IPersistPropertyBag_iface
 
LONG ref
 
FONTDESC description
 
HFONT gdiFont
 
BOOL dirty
 
LONG cyLogical
 
LONG cyHimetric
 
LONG nRealHeight
 
IConnectionPointpPropertyNotifyCP
 
IConnectionPointpFontEventsCP
 

Detailed Description

Definition at line 231 of file olefont.c.

Member Data Documentation

◆ cyHimetric

LONG OLEFontImpl::cyHimetric

Definition at line 263 of file olefont.c.

Referenced by OLEFontImpl_Construct().

◆ cyLogical

LONG OLEFontImpl::cyLogical

Definition at line 262 of file olefont.c.

Referenced by OLEFontImpl_Construct().

◆ description

FONTDESC OLEFontImpl::description

Definition at line 252 of file olefont.c.

Referenced by OLEFontImpl_Clone(), OLEFontImpl_Construct(), and OLEFontImpl_Destroy().

◆ dirty

BOOL OLEFontImpl::dirty

Definition at line 258 of file olefont.c.

Referenced by OLEFontImpl_Construct().

◆ gdiFont

HFONT OLEFontImpl::gdiFont

Definition at line 257 of file olefont.c.

Referenced by OLEFontImpl_Clone(), and OLEFontImpl_Construct().

◆ IConnectionPointContainer_iface

IConnectionPointContainer OLEFontImpl::IConnectionPointContainer_iface

Definition at line 242 of file olefont.c.

Referenced by OLEFontImpl_Construct().

◆ IDispatch_iface

IDispatch OLEFontImpl::IDispatch_iface

Definition at line 240 of file olefont.c.

Referenced by OLEFontImpl_Construct().

◆ IFont_iface

IFont OLEFontImpl::IFont_iface

Definition at line 239 of file olefont.c.

Referenced by OleCreateFontIndirect(), OLEFontImpl_Clone(), and OLEFontImpl_Construct().

◆ IPersistPropertyBag_iface

IPersistPropertyBag OLEFontImpl::IPersistPropertyBag_iface

Definition at line 243 of file olefont.c.

Referenced by OLEFontImpl_Construct().

◆ IPersistStream_iface

IPersistStream OLEFontImpl::IPersistStream_iface

Definition at line 241 of file olefont.c.

Referenced by OLEFontImpl_Construct().

◆ nRealHeight

LONG OLEFontImpl::nRealHeight

Definition at line 268 of file olefont.c.

◆ pFontEventsCP

IConnectionPoint* OLEFontImpl::pFontEventsCP

Definition at line 271 of file olefont.c.

Referenced by OLEFontImpl_Clone(), OLEFontImpl_Construct(), and OLEFontImpl_Destroy().

◆ pPropertyNotifyCP

IConnectionPoint* OLEFontImpl::pPropertyNotifyCP

Definition at line 270 of file olefont.c.

Referenced by OLEFontImpl_Clone(), OLEFontImpl_Construct(), and OLEFontImpl_Destroy().

◆ ref

LONG OLEFontImpl::ref

Definition at line 247 of file olefont.c.

Referenced by OLEFontImpl_Clone(), and OLEFontImpl_Construct().


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