font.h
上传用户:gulin912
上传日期:2022-08-10
资源大小:330k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  3. //  Microsoft Visual C++, your modifications will be overwritten.
  4. /////////////////////////////////////////////////////////////////////////////
  5. // COleFont1 wrapper class
  6. class COleFont1 : public COleDispatchDriver
  7. {
  8. public:
  9. COleFont1() {} // Calls COleDispatchDriver default constructor
  10. COleFont1(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  11. COleFont1(const COleFont1& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  12. // Attributes
  13. public:
  14. CString GetName();
  15. void SetName(LPCTSTR);
  16. CY GetSize();
  17. void SetSize(const CY&);
  18. BOOL GetBold();
  19. void SetBold(BOOL);
  20. BOOL GetItalic();
  21. void SetItalic(BOOL);
  22. BOOL GetUnderline();
  23. void SetUnderline(BOOL);
  24. BOOL GetStrikethrough();
  25. void SetStrikethrough(BOOL);
  26. short GetWeight();
  27. void SetWeight(short);
  28. short GetCharset();
  29. void SetCharset(short);
  30. // Operations
  31. public:
  32. };