Files
Aerofoil/GpCommon/GpFontHandlerProperties.h

13 lines
158 B
C
Raw Permalink Normal View History

#pragma once
#include "EGpFontHandlerType.h"
2021-04-28 01:46:07 -04:00
struct IGpAllocator;
struct GpFontHandlerProperties
{
2020-09-12 14:01:51 -04:00
EGpFontHandlerType m_type;
2021-04-28 01:46:07 -04:00
IGpAllocator *m_alloc;
};