Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ advance
Method
advance
src/IECoreScene/Font.cpp:605–608 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
}
604
605
Imath::V2f Font::advance( char first, char second ) const
606
{
607
return m_implementation->advance( first, second );
608
}
609
610
Imath::Box2f Font::bound() const
611
{
Callers
3
TextPrimitive
Method · 0.45
renderSprites
Method · 0.45
renderMeshes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected