MCPcopy Create free account
hub / github.com/OGRECave/ogre / create

Method create

Components/Overlay/src/OgreFontManager.cpp:81–86  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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}

Callers 15

createMaterialMethod · 0.45
loadImplMethod · 0.45
createTextureFromFontMethod · 0.45
initializeSessionMethod · 0.45
translateMethod · 0.45
updateDebugDisplayMethod · 0.45
updateDebugDisplayMethod · 0.45
_create_image_backgroundFunction · 0.45
generateMethod · 0.45
TerrainLayerBlendMapMethod · 0.45
prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected