#pragma once #include "begin_code.h" enum class FontStyle { Normal, Bold, Italic, UnderLine, StrikeThrough }; #include "end_code.h"