MCPcopy 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
605Imath::V2f Font::advance( char first, char second ) const
606{
607 return m_implementation->advance( first, second );
608}
609
610Imath::Box2f Font::bound() const
611{

Callers 3

TextPrimitiveMethod · 0.45
renderSpritesMethod · 0.45
renderMeshesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected