The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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));
|
13 years ago |
| .. |
|
Builds
|
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
|
13 years ago |
|
JuceLibraryCode
|
Introjucer: fix for binary data file generation when no images are present.
|
13 years ago |
|
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));
|
13 years ago |
|
Introjucer.jucer
|
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
|
13 years ago |