MCPcopy Create free account
hub / github.com/ImageEngine/cortex / FontLoader

Method FontLoader

src/IECoreGL/FontLoader.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace IECoreGL;
44
45FontLoader::FontLoader( const IECore::SearchPath &searchPaths )
46 : m_searchPaths( searchPaths )
47{
48}
49
50FontPtr FontLoader::load( const std::string &name )
51{

Callers 1

testMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.64