Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ Font
Method
Font
src/IECoreGL/Font.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
IE_CORE_DEFINERUNTIMETYPED( Font );
49
50
Font::Font( IECoreScene::FontPtr font )
51
: m_font( font ), m_imageFont( new IECoreImage::Font( font->fileName() ) ), m_texture( nullptr )
52
{
53
m_meshes.resize( 128 );
54
}
55
56
Font::~Font()
57
{
Callers
10
testConstructors
Method · 0.45
test
Method · 0.45
testCharBound
Method · 0.45
testThreading
Method · 0.45
testLineSpacing
Method · 0.45
testInvalidChar
Method · 0.45
testConstructors
Method · 0.45
testImages
Method · 0.45
testWholeImage
Method · 0.45
test
Method · 0.45
Calls
2
fileName
Method · 0.45
resize
Method · 0.45
Tested by
10
testConstructors
Method · 0.36
test
Method · 0.36
testCharBound
Method · 0.36
testThreading
Method · 0.36
testLineSpacing
Method · 0.36
testInvalidChar
Method · 0.36
testConstructors
Method · 0.36
testImages
Method · 0.36
testWholeImage
Method · 0.36
test
Method · 0.36