Gfx: Add FontCollection implementation

The D2D implementation is a stub for now.
This commit is contained in:
Birunthan Mohanathas
2013-04-09 20:35:49 +03:00
parent 4d22c5ac61
commit 0b3a4d86c4
19 changed files with 353 additions and 41 deletions

View File

@ -157,7 +157,7 @@ void CMeterString::Initialize()
m_FontSize,
m_Style & BOLD,
m_Style & ITALIC,
m_MeterWindow->GetPrivateFontCollection());
m_MeterWindow->GetFontCollection());
}
/*