MCPcopy 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

45using namespace IECoreGL;
46
47static IECoreScene::FontPtr coreFont( IECoreGL::Font &f )
48{
49 return f.coreFont();
50}
51
52static IECoreGL::MeshPrimitivePtr mesh( IECoreGL::Font &f, char c )
53{

Callers

nothing calls this directly

Calls 1

coreFontMethod · 0.80

Tested by

no test coverage detected