Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ coreFont
Function
coreFont
src/IECoreGL/bindings/FontBinding.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
using namespace IECoreGL;
46
47
static IECoreScene::FontPtr coreFont( IECoreGL::Font &f )
48
{
49
return f.coreFont();
50
}
51
52
static IECoreGL::MeshPrimitivePtr mesh( IECoreGL::Font &f, char c )
53
{
Callers
nothing calls this directly
Calls
1
coreFont
Method · 0.80
Tested by
no test coverage detected