// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _OSD_FontMgr_HeaderFile #define _OSD_FontMgr_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_OSD_FontMgr_HeaderFile #include #endif #ifndef _OSD_NListOfSystemFont_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif //! Structure for store of Font System Information
class OSD_FontMgr : public MMgt_TShared { public: Standard_EXPORT static Handle_OSD_FontMgr GetInstance() ; Standard_EXPORT OSD_NListOfSystemFont GetAvalableFonts() const; DEFINE_STANDARD_RTTI(OSD_FontMgr) protected: private: //! Creates empty font object
Standard_EXPORT OSD_FontMgr(); Standard_EXPORT void InitFontDataBase() ; OSD_NListOfSystemFont MyListOfFonts; }; // other Inline functions and methods (like "C++: function call" methods) #endif