Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ getFontMatrix
Method
getFontMatrix
blocks/Cairo/src/Cairo.cpp:872–875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
870
}
871
872
void ScaledFont::getFontMatrix( Matrix *font_matrix )
873
{
874
cairo_scaled_font_get_font_matrix( mCairoScaledFont, &font_matrix->getCairoMatrix() );
875
}
876
877
void ScaledFont::getCtm( Matrix *ctm )
878
{
Callers
1
drawTextSpan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected