This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-02-05 03:50:07 +00:00
Code
Activity
165bed1fbf
JUCE
/
extras
/
JuceDemo
History
Download ZIP
Download TAR.GZ
jules
f5d72f1406
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
2012-06-26 13:18:03 +01:00
..
Binary Data
Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!)
2011-02-06 19:03:36 +00:00
Builds
Introjucer: Added code to the win32 resource file to allow custom rc files to be included.
2012-06-01 16:26:10 +01:00
JuceLibraryCode
Introjucer: fix for binary data file generation when no images are present.
2012-06-25 16:07:58 +01:00
Source
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
2012-06-26 13:18:03 +01:00
Juce Demo.jucer
Introjucer: ability to specify an iOS deployment version.
2012-05-24 13:14:12 +01:00