GitHub - dkiro/danlin_modules: my juce modules · GitHub
Skip to content

dkiro/danlin_modules

 
 

Folders and files

Repository files navigation

danlin_modules

Flattr this git repo

Font Awesome

Font Awesome Font Icon Module

You can use this Module in a graphics context to render vector like icons. Look at http://fortawesome.github.io/Font-Awesome/ for more details about Font Awesome. There are Macros for the Icons. See this page http://fortawesome.github.io/Font-Awesome/icons/ and use the Uppercase names as icon Macros.

void paint (Graphics& g) override {
	FontAwesome::drawAt(g, FontAwesome_Play, 24, Colours::black, 10, 10);
}

About

my juce modules

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • C++ 99.1%
  • Other 0.9%