MCPcopy Create free account
hub / github.com/cinder/Cinder / setFontSize

Method setFontSize

blocks/Cairo/src/Cairo.cpp:1722–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1720}
1721
1722void Context::setFontSize( double size )
1723{
1724 cairo_set_font_size( mCairo, size );
1725}
1726
1727void Context::setFontMatrix( const Matrix &matrix )
1728{

Callers 6

drawMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
makeGlobalDefaultsMethod · 0.80
calcInheritedStyleMethod · 0.80

Calls

no outgoing calls

Tested by 3

runMethod · 0.64
runMethod · 0.64
runMethod · 0.64