Files
Aerofoil/GpCommon/GpFontHandlerProperties.h

9 lines
111 B
C
Raw Normal View History

#pragma once
#include "EGpFontHandlerType.h"
struct GpFontHandlerProperties
{
2020-09-12 14:01:51 -04:00
EGpFontHandlerType m_type;
};