mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Move font API to GpCommon
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
void HostFontHandler::SetInstance(HostFontHandler *instance)
|
||||
void HostFontHandler::SetInstance(IGpFontHandler *instance)
|
||||
{
|
||||
ms_instance = instance;
|
||||
}
|
||||
|
||||
HostFontHandler *HostFontHandler::GetInstance()
|
||||
IGpFontHandler *HostFontHandler::GetInstance()
|
||||
{
|
||||
return ms_instance;
|
||||
}
|
||||
|
||||
HostFontHandler *HostFontHandler::ms_instance = nullptr;
|
||||
IGpFontHandler *HostFontHandler::ms_instance = nullptr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user