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_graphics
attila 787f7a4694 Use ShapedTextOptions::withAdditiveLineSpacing where appropriate
After reviewing the NSAttributedString API it seems justified to have
two different functions for additive and multiplicative line spacing
settings. For NSAttributedString they are setLineSpacing and
setLineHeightMultiple.

Using this function, when appropriate, exercises it lessening the
likelihood of code rot.
2025-05-09 13:39:11 +02:00
..
colour PixelRGB: Fix pixel order issue when creating CGImages on iOS 2024-12-03 11:28:07 +00:00
contexts LowLevelGraphicsContext: Add preferred image type for temporary images 2025-04-24 13:58:23 +01:00
detail TextEditor: Fix setLineSpacing 2025-04-23 18:11:26 +02:00
effects Effects: Use preferred temporary image type for DropShadow temporary image 2025-04-24 13:58:23 +01:00
fonts Use ShapedTextOptions::withAdditiveLineSpacing where appropriate 2025-05-09 13:39:11 +02:00
geometry PathStrokeType: Avoid unnecessarily starting new subpaths 2025-02-11 18:11:12 +00:00
image_formats Zlib: Fix unknown-symbols errors when building with clang, windows, C++20/23 2025-03-03 14:41:32 +00:00
images Graphics: Move Image::moveImageSection into ImagePixelData 2025-04-24 13:58:23 +01:00
native Direct2D: Fix ETW tracing build errors 2025-04-30 10:50:52 +01:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
unicode Add detail::UnicodeHelpers::getLineBreaks 2025-03-13 12:16:16 +01:00
juce_graphics.cpp Direct2D: Split declaration and definition of Direct2DGraphicsContext::Pimpl 2025-04-24 13:58:24 +01:00
juce_graphics.h Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_graphics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics_Harfbuzz.cpp HarfBuzz: Silence nontrivial-memcall warnings 2025-03-19 11:06:17 +00:00
juce_graphics_Sheenbidi.c SheenBidi: Disable implicit-fallthrough warning for clang/gcc 2024-12-08 22:25:11 +00:00