mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Gfx: Add temporary solution for local fonts
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user