Gfx: Add temporary solution for local fonts

This commit is contained in:
Birunthan Mohanathas
2013-03-28 15:09:46 +02:00
parent 056277ce4f
commit 39fe9750fd
7 changed files with 19 additions and 7 deletions

View File

@ -47,7 +47,7 @@ void TextFormatD2D::Dispose()
}
}
void TextFormatD2D::SetProperties(const WCHAR* fontFamily, int size, bool bold, bool italic)
void TextFormatD2D::SetProperties(const WCHAR* fontFamily, int size, bool bold, bool italic, Gdiplus::PrivateFontCollection* fontCollection)
{
Dispose();