| 1803 | } |
| 1804 | |
| 1805 | TextExtents Context::textExtents( const std::string &s ) |
| 1806 | { |
| 1807 | TextExtents result; |
| 1808 | cairo_text_extents( mCairo, s.c_str(), result.getCairoTextExtents() ); |
| 1809 | return result; |
| 1810 | } |
| 1811 | |
| 1812 | #if defined( CINDER_MSW ) |
| 1813 | cairo::SurfaceGdi createWindowSurface() |