Gfx: Additional changes to d003db6

This commit is contained in:
Birunthan Mohanathas
2013-09-29 17:57:21 +03:00
parent d003db6531
commit 21d9c0698f
3 changed files with 9 additions and 2 deletions

View File

@ -91,7 +91,7 @@ private:
void UpdateTargetTransform();
Microsoft::WRL::ComPtr<ID2D1RenderTarget> m_Target;
Microsoft::WRL::ComPtr<IDWriteRenderingParams> m_TextRenderingParams;
Microsoft::WRL::ComPtr<IDWriteRenderingParams1> m_TextRenderingParams;
// Underlying pixel data shared by both m_Target and m_GdipBitmap.
Util::WICBitmapDIB m_Bitmap;