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-01-17 00:44:19 +00:00
Code
Activity
165bed1fbf
JUCE
/
extras
/
Introjucer
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
..
Builds
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
2012-06-24 21:20:59 +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
Introjucer.jucer
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
2012-06-24 21:20:59 +01:00