Files
Aerofoil/GpD3D/GpFontHandlerFactory.h

13 lines
169 B
C
Raw Normal View History

2019-12-21 18:40:17 -05:00
#pragma once
namespace PortabilityLayer
{
class HostFontHandler;
}
class GpFontHandlerFactory final
{
public:
static PortabilityLayer::HostFontHandler *Create();
};