---------------------------------------------------------------------
| 79 | } |
| 80 | //--------------------------------------------------------------------- |
| 81 | FontPtr FontManager::create (const String& name, const String& group, |
| 82 | bool isManual, ManualResourceLoader* loader, |
| 83 | const NameValuePairList* createParams) |
| 84 | { |
| 85 | return static_pointer_cast<Font>(createResource(name,group,isManual,loader,createParams)); |
| 86 | } |
| 87 | } |
no outgoing calls
no test coverage detected