sscore_graphics_win_d2d.h
IntroductionThe C interface to SeeScoreLib Direct2d graphics for Windows 8 Functions
sscore_graphics_createEXPORT sscore_graphics *sscore_graphics_create( ID2D1Factory *d2dfactory, IDWriteFactory *dwfactory, ID2D1RenderTarget *rt); ParametersReturn Valuea graphics object to pass to sscore_system_draw sscore_graphics_dw_factoryEXPORT IDWriteFactory *sscore_graphics_dw_factory( const sscore_graphics *graph); ParametersReturn Valuethe DirectWrite factory sscore_graphics_fontnameEXPORT const char *sscore_graphics_fontname( int index, char *buf, int buflen); ParametersReturn Valuea pointer to buf containing the font name Discussioncopy font name for index into buf and return buf sscore_graphics_numfontsEXPORT int sscore_graphics_numfonts(); Return Valuethe number of fonts in the system sscore_graphics_render_targetEXPORT ID2D1RenderTarget *sscore_graphics_render_target( const sscore_graphics *graph); ParametersReturn Valuethe Direct2D Render Target |