1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
attila 724221081b Change the value returned by Font::getAscentInPoints and getDescentInPoints
Prior to this commit the returned values were always normalised to the
value returned by getHeightInPoints().
I.e. getAscentInPoints() + getDescentInPoints() would always equal
getHeightInPoints(), even if ascent or descent overrides were in place.

With this change in place getAscentInPoints() + getDescentInPoints()
will always equal
getHeightInPoints() * (getAscentOverride() + getDescentOverride())

JUCE classes don't use this value for layout logic, so this commit
causes no visible changes in how JUCE draws text.
2025-05-13 18:32:01 +02:00
..
juce_analytics Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_animation Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_audio_basics Docs: Align FloatVectorOperations comments with parameter names 2025-05-08 16:33:24 +02:00
juce_audio_devices Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_audio_formats WaveAudioFormatReader: Avoid potential FPE 2025-04-23 18:17:12 +01:00
juce_audio_plugin_client VST2 Client: Fix issue where compatible VST3 IDs were misreported 2025-05-06 16:11:20 +01:00
juce_audio_processors Docs: Fix a few tiny typos in comments 2025-05-08 16:33:24 +02:00
juce_audio_utils MacOS: Ensure that Bluetooth MIDI dialogue remains visible when we have always on top windows 2025-04-16 18:08:29 +02:00
juce_box2d Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_core HighResolutionTimer: Prevent a race condition in the unit tests 2025-05-09 16:44:01 +01:00
juce_cryptography Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_data_structures Add const overload for ValueTreePropertyWithDefault::getPropertyID 2025-04-10 16:23:13 +02:00
juce_dsp DSP: Enable SIMD on ARM only when NEON is available 2025-04-28 15:50:22 +01:00
juce_events Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_graphics Change the value returned by Font::getAscentInPoints and getDescentInPoints 2025-05-13 18:32:01 +02:00
juce_gui_basics Docs: Fix a few tiny typos in comments 2025-05-08 16:33:24 +02:00
juce_gui_extra Add missing JUCE_API annotations 2025-04-10 17:28:17 +01:00
juce_javascript Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_midi_ci CIProfileHost: Fix shadowing warning 2025-04-10 17:28:17 +01:00
juce_opengl LowLevelGraphicsContext: Add preferred image type for temporary images 2025-04-24 13:58:23 +01:00
juce_osc Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_product_unlocking Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_video Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
CMakeLists.txt Javascript: Move javascript implementation into a separate module 2024-11-07 09:53:10 +00:00