Skip to content

Instantly share code, notes, and snippets.

@jushii
Created September 17, 2019 13:30
Show Gist options
  • Save jushii/afd171d1234c0541af3cb97e6e7b2a64 to your computer and use it in GitHub Desktop.
Save jushii/afd171d1234c0541af3cb97e6e7b2a64 to your computer and use it in GitHub Desktop.
private static readonly string[] UnityTagTypes = new string[]
{
"b",
"i",
"s",
"u",
"br",
"nobr",
"size",
"color",
"style",
"width",
"align",
"alpha",
"cspace",
"font",
"indent",
"line-height",
"line-indent",
"link",
"lowercase",
"uppercase",
"smallcaps",
"margin",
"mark",
"mspace",
"noparse",
"page",
"pos",
"space",
"sprite",
"sup",
"sub",
"voffset",
"gradient"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment