#ifndef __STROKEFONT_H__ #define __STROKEFONT_H__ // 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. ///////////////////////////////////////////////////////////////////////////// // CStrokeFont wrapper class class CStrokeFont : public COleDispatchDriver { public: CStrokeFont() {} // Calls COleDispatchDriver default constructor CStrokeFont(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CStrokeFont(const CStrokeFont& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); long GetType(); void SetType(long); long Get_Type(); void Set_Type(long); long GetSize(); void SetSize(long); // Operations public: }; #endif // __STROKEFONT_H__