mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
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. |
||
|---|---|---|
| .. | ||
| juce_JustifiedText.cpp | ||
| juce_JustifiedText.h | ||
| juce_Ranges.cpp | ||
| juce_Ranges.h | ||
| juce_ShapedText.cpp | ||
| juce_ShapedText.h | ||
| juce_SimpleShapedText.cpp | ||
| juce_SimpleShapedText.h | ||
| juce_Unicode.h | ||