#pragma once namespace MiniEngine { enum class FontStyle { Normal, Bold, Italic, UnderLine, StrikeThrough }; } /// End of namespace MiniEngine