Namespaces | |
namespace | juce |
Macros | |
#define | JUCE_GRAPHICS_H_INCLUDED |
#define | JUCE_USE_COREIMAGE_LOADER 1 |
Config: JUCE_USE_COREIMAGE_LOADER. | |
#define | JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING 0 |
Config: JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING. | |
#define | JUCE_INCLUDE_PNGLIB_CODE 1 |
#define | JUCE_INCLUDE_JPEGLIB_CODE 1 |
#define | USE_COREGRAPHICS_RENDERING 1 |
#define JUCE_GRAPHICS_H_INCLUDED |
#define JUCE_USE_COREIMAGE_LOADER 1 |
Config: JUCE_USE_COREIMAGE_LOADER.
On OSX, enabling this flag means that the CoreImage codecs will be used to load PNG/JPEG/GIF files. It is enabled by default, but you may want to disable it if you'd rather use libpng, libjpeg, etc.
#define JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING 0 |
Config: JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING.
Setting this flag will turn off CoreGraphics font smoothing on macOS, which some people find makes the text too 'fat' for their taste.
#define JUCE_INCLUDE_PNGLIB_CODE 1 |
#define JUCE_INCLUDE_JPEGLIB_CODE 1 |
#define USE_COREGRAPHICS_RENDERING 1 |