Files
Aerofoil/GpCommon/EGpFontHandlerType.h

9 lines
105 B
C

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