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:
@ -68,6 +68,9 @@
|
||||
<ClCompile Include="..\Common\Gfx\Canvas.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\CanvasD2D.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\CanvasGDIP.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\FontCollection.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\FontCollectionD2D.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\FontCollectionGDIP.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\TextFormat.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\TextFormatD2D.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\TextFormatGDIP.cpp" />
|
||||
@ -287,6 +290,9 @@
|
||||
<ClInclude Include="..\Common\Gfx\Canvas.h" />
|
||||
<ClInclude Include="..\Common\Gfx\CanvasD2D.h" />
|
||||
<ClInclude Include="..\Common\Gfx\CanvasGDIP.h" />
|
||||
<ClInclude Include="..\Common\Gfx\FontCollection.h" />
|
||||
<ClInclude Include="..\Common\Gfx\FontCollectionD2D.h" />
|
||||
<ClInclude Include="..\Common\Gfx\FontCollectionGDIP.h" />
|
||||
<ClInclude Include="..\Common\Gfx\TextFormat.h" />
|
||||
<ClInclude Include="..\Common\Gfx\TextFormatD2D.h" />
|
||||
<ClInclude Include="..\Common\Gfx\TextFormatGDIP.h" />
|
||||
|
Reference in New Issue
Block a user