| .. |
|
Introjucer
|
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 |
|
JuceDemo
|
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 |
|
audio plugin demo
|
Added a get() method to ReferenceCountedObjectPtr.
|
13 years ago |
|
audio plugin host
|
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 |
|
binarybuilder
|
Introjucer: Added code to the win32 resource file to allow custom rc files to be included.
|
13 years ago |
|
browser plugin demo
|
Couple of introjucer fixes.
|
14 years ago |
|
example projects
|
Introjucer: Added code to the win32 resource file to allow custom rc files to be included.
|
13 years ago |
|
static library
|
Updated project files.
|
13 years ago |
|
the jucer
|
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 |
|
windows dll
|
Updated the windows dll project.
|
14 years ago |