mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Gfx: Add FontCollection implementation
The D2D implementation is a stub for now.
This commit is contained in:
@ -157,7 +157,7 @@ void CMeterString::Initialize()
|
||||
m_FontSize,
|
||||
m_Style & BOLD,
|
||||
m_Style & ITALIC,
|
||||
m_MeterWindow->GetPrivateFontCollection());
|
||||
m_MeterWindow->GetFontCollection());
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user