35 #ifndef IECOREGL_FONTLOADER_H
36 #define IECOREGL_FONTLOADER_H
38 #include "IECoreGL/Export.h"
39 #include "IECore/RefCounted.h"
40 #include "IECore/SearchPath.h"
48 IE_CORE_FORWARDDECLARE( Font );
49 IE_CORE_FORWARDDECLARE( FontLoader );
62 FontPtr load(
const std::string &name );
74 typedef std::map<std::string, FontPtr> FontMap;
83 #endif // IECOREGL_FONTLOADER_H
The namespace within which all CoreGL functionality is defined.
Definition: AlphaTexture.h:41
Definition: FontLoader.h:53
Definition: SearchPath.h:49
Definition: RefCounted.h:124