Gfx: Make D2D font family name handling more consistent with GDI+

This commit is contained in:
Birunthan Mohanathas
2013-04-07 14:30:50 +03:00
parent e1b39f62b1
commit 2f8f67e2cf
4 changed files with 108 additions and 9 deletions

View File

@ -98,6 +98,7 @@ private:
static UINT c_Instances;
static ID2D1Factory* c_D2D;
static IDWriteFactory* c_DW;
static IDWriteGdiInterop* c_DWGDIInterop;
static IWICImagingFactory* c_WIC;
};