mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Previously, plugins and standalone apps could produce slightly different visual results, particularly anti-aliasing, when displaying on a display with native scaling applied. The discrepancy was caused by SetDpi being called with a larger-than-default value (e.g. 192 DPI on a 200% scaled display) in a standalone app, whereas SetDpi would always be called with the default value of 96 in a plugin. Keeping the default value seems to produce better results, so standalone apps will now retain the default DPI. |
||
|---|---|---|
| .. | ||
| colour | ||
| contexts | ||
| detail | ||
| effects | ||
| fonts | ||
| geometry | ||
| image_formats | ||
| images | ||
| native | ||
| placement | ||
| unicode | ||
| juce_graphics.cpp | ||
| juce_graphics.h | ||
| juce_graphics.mm | ||
| juce_graphics_Harfbuzz.cpp | ||
| juce_graphics_Sheenbidi.c | ||