MiniEngine/SDLWrapper/_FontStyle.h

10 lines
106 B
C

#pragma once
enum class FontStyle
{
Normal,
Bold,
Italic,
UnderLine,
StrikeThrough
};