Files
Aerofoil/GpCommon/EGpFontHandlerType.h

10 lines
132 B
C
Raw Normal View History

#pragma once
enum EGpFontHandlerType
{
EGpFontHandlerType_None,
EGpFontHandlerType_FreeType2,
EGpFontHandlerType_Count,
};