1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/widgets
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_ComboBox.cpp ComboBox: Update accessibility handler to expose combo box title 2024-08-22 17:35:16 +01:00
juce_ComboBox.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImageComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImageComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_Label.cpp Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +01:00
juce_Label.h LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_ListBox.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ListBox.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ProgressBar.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ProgressBar.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_Slider.cpp Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +01:00
juce_Slider.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_TableHeaderComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_TableHeaderComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_TableListBox.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_TableListBox.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_TextEditor.cpp TextEditor: Fix setLineSpacing 2025-04-23 18:11:26 +02:00
juce_TextEditor.h TextEditor: Fix setLineSpacing 2025-04-23 18:11:26 +02:00
juce_TextEditorModel.cpp TextEditor: Improve Unicode editing behaviour and performance 2025-03-13 12:16:16 +01:00
juce_Toolbar.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_Toolbar.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemFactory.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemPalette.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemPalette.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_TreeView.cpp Fix C++23 compilation 2024-08-15 11:15:15 +02:00
juce_TreeView.h Update licensing information 2024-04-16 11:39:35 +01:00