Files
Aerofoil/GpCommon/EGpFontHandlerType.h
2021-03-27 03:01:19 -04:00

10 lines
132 B
C

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