MCPcopy 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

48IE_CORE_DEFINERUNTIMETYPED( Font );
49
50Font::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
56Font::~Font()
57{

Callers 10

testConstructorsMethod · 0.45
testMethod · 0.45
testCharBoundMethod · 0.45
testThreadingMethod · 0.45
testLineSpacingMethod · 0.45
testInvalidCharMethod · 0.45
testConstructorsMethod · 0.45
testImagesMethod · 0.45
testWholeImageMethod · 0.45
testMethod · 0.45

Calls 2

fileNameMethod · 0.45
resizeMethod · 0.45

Tested by 10

testConstructorsMethod · 0.36
testMethod · 0.36
testCharBoundMethod · 0.36
testThreadingMethod · 0.36
testLineSpacingMethod · 0.36
testInvalidCharMethod · 0.36
testConstructorsMethod · 0.36
testImagesMethod · 0.36
testWholeImageMethod · 0.36
testMethod · 0.36