home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / VFORM.ZIP / Source / font.h next >
Encoding:
C/C++ Source or Header  |  1998-10-10  |  1.4 KB  |  49 lines

  1. #if !defined(AFX_FONT_H__01CA7078_9951_11D1_ADCA_0060089424A8__INCLUDED_)
  2. #define AFX_FONT_H__01CA7078_9951_11D1_ADCA_0060089424A8__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  8.  
  9. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  10. //  Microsoft Visual C++, your modifications will be overwritten.
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // COleFont wrapper class
  14.  
  15. class COleFont : public COleDispatchDriver
  16. {
  17. public:
  18.     COleFont() {}        // Calls COleDispatchDriver default constructor
  19.     COleFont(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20.     COleFont(const COleFont& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21.  
  22. // Attributes
  23. public:
  24.     CString GetName();
  25.     void SetName(LPCTSTR);
  26.     CY GetSize();
  27.     void SetSize(const CY&);
  28.     BOOL GetBold();
  29.     void SetBold(BOOL);
  30.     BOOL GetItalic();
  31.     void SetItalic(BOOL);
  32.     BOOL GetUnderline();
  33.     void SetUnderline(BOOL);
  34.     BOOL GetStrikethrough();
  35.     void SetStrikethrough(BOOL);
  36.     short GetWeight();
  37.     void SetWeight(short);
  38.     short GetCharset();
  39.     void SetCharset(short);
  40.  
  41. // Operations
  42. public:
  43. };
  44.  
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47.  
  48. #endif // !defined(AFX_FONT_H__01CA7078_9951_11D1_ADCA_0060089424A8__INCLUDED_)
  49.