Skip to content

Instantly share code, notes, and snippets.

@jyrkive
Created October 17, 2016 09:57
Show Gist options
  • Save jyrkive/b379f2b3558a874d69cc73d852d210e9 to your computer and use it in GitHub Desktop.
Save jyrkive/b379f2b3558a874d69cc73d852d210e9 to your computer and use it in GitHub Desktop.
enum FONT_STYLE {
STYLE_NORMAL = 0,
STYLE_BOLD = 1,
STYLE_ITALIC = 2,
STYLE_UNDERLINE = 4
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment