Skip to content

Instantly share code, notes, and snippets.

@Zalexanninev15
Created June 30, 2022 07:00
Show Gist options
  • Save Zalexanninev15/91a956aa1dbfe6b14e91a45903d4b15f to your computer and use it in GitHub Desktop.
Save Zalexanninev15/91a956aa1dbfe6b14e91a45903d4b15f to your computer and use it in GitHub Desktop.
Font Awesome version 4.7 (VitNX)
settings.Image = FontAwesome4.Instance.GetImage(new FontAwesome4.Properties(FontAwesome4.Type.ArrowCircleODown)
{
SetFontFileSaveLocation = "font.ttf",
ForeColor = Color.FromArgb(255, 193, 7),
Size = 30,
BackColor = BackColor,
BorderColor = Color.White,
ShowBorder = false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment