Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
using namespace IECoreGL;
44
45
FontLoader::FontLoader( const IECore::SearchPath &searchPaths )
46
: m_searchPaths( searchPaths )
47
{
48
}
49
50
FontPtr FontLoader::load( const std::string &name )
51
{
Callers
1
test
Method · 0.80
Calls
no outgoing calls
Tested by
1
test
Method · 0.64