1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Add GlyphArrangementOptions for addFittedText and drawFittedText

The new options can be used to affect line spacing.
This commit is contained in:
attila 2025-05-06 19:43:09 +02:00 committed by Attila Szarvas
parent 787f7a4694
commit c61158ed3a
34 changed files with 323 additions and 13 deletions

View file

@ -131,6 +131,7 @@ namespace juce
#include "images/juce_ImageCache.h"
#include "images/juce_ImageConvolutionKernel.h"
#include "images/juce_ImageFileFormat.h"
#include "fonts/juce_GlyphArrangementOptions.h"
#include "contexts/juce_GraphicsContext.h"
#include "images/juce_Image.h"
#include "colour/juce_FillType.h"