🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest DirectWrite Activity

Poor performance of ID2D1RenderTarget

I can't reproduce these freezes in an empty project yet, apparently because D3D11 is not loaded with anything. I'll provide the code if I can.

5,210 views
Advertisement
Direct2D and DirectWrite wrap text in layer

Hello, I am trying to wrap text inside a layer within client area. Is that possible to do that ?

...

m_d2dRenderTarget->CreateSolidColorBrush(ColorF(colorf), &m_Brush);
m_d2dRenderTarget->BeginDraw();
wstring textWstr = wstring(text.begin(), text.end());
const wchar_t* wcharText = tex…
2,945 views

theScore said:

I have to call Present twice, with two different swap chain ? Once with direct3D and once with Direct2D or DirectWrite ?

how r u doin this interop…

4,076 views
Advertisement
Advertisement