Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ getDc
Method
getDc
src/cinder/Text.cpp:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
#if defined( CINDER_MAC )
75
#elif defined( CINDER_MSW_DESKTOP )
76
HDC getDc() { return mDummyDC; }
77
Gdiplus::Graphics* getGraphics() { return mGraphics; }
78
#endif
79
Callers
2
render
Method · 0.45
renderString
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected