MCPcopy 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
872void ScaledFont::getFontMatrix( Matrix *font_matrix )
873{
874 cairo_scaled_font_get_font_matrix( mCairoScaledFont, &font_matrix->getCairoMatrix() );
875}
876
877void ScaledFont::getCtm( Matrix *ctm )
878{

Callers 1

drawTextSpanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected