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 d2d5e9bdd2 TextEditor: Fix setLineSpacing
Applies the previously missed line spacing value of the TextEditor.

The changes in JustifiedText fix calculating the vertical position of
the first line for the case where ShapedTextOptions has the following
settings:

isBaselineAtZero() == false,
getHeight().has_value() == false
getLeading() > 1.0f

This case however is only triggered by the TextEditor, as with all
functions in GlyphArrangement at least one setting is different.
2025-04-23 18:11:26 +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 Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_audio_devices Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_audio_formats WavAudioFormat: Fix reading odd-sized INFO chunks in a LIST block 2025-04-10 17:55:46 +02:00
juce_audio_plugin_client Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_audio_processors AudioProcessorGraph: Add missing callback lock 2025-04-10 17:28:17 +01: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 ObjC: Silence Wcast-function-type-mismatch warnings when building with Wextra for x86_64 2025-04-14 13:05:22 +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 Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_events Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_graphics TextEditor: Fix setLineSpacing 2025-04-23 18:11:26 +02:00
juce_gui_basics TextEditor: Fix setLineSpacing 2025-04-23 18:11:26 +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 Bump version number to 8.0.7 2025-04-08 10:51:07 +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