#if !defined(AFX_PFONT_H__9F28744C_CD0E_4A7A_AAA9_AF7134FF028F__INCLUDED_) #define AFX_PFONT_H__9F28744C_CD0E_4A7A_AAA9_AF7134FF028F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CLTFont wrapper class class CLTFont : public COleDispatchDriver { public: CLTFont() {} // Calls COleDispatchDriver default constructor CLTFont(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTFont(const CLTFont& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: BOOL GetBold(); void SetBold(BOOL bNewValue); long GetCharset(); void SetCharset(long nNewValue); BOOL GetItalic(); void SetItalic(BOOL bNewValue); CString GetName(); void SetName(LPCTSTR lpszNewValue); short GetSize(); void SetSize(short nNewValue); long GetWeight(); void SetWeight(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PFONT_H__9F28744C_CD0E_4A7A_AAA9_AF7134FF028F__INCLUDED_)