From b6d6ec573df539cc83dfdc51eb649dfb88faf8ab Mon Sep 17 00:00:00 2001 From: Anthony Nicholls Date: Thu, 29 May 2025 11:31:29 +0100 Subject: [PATCH] GlyphArrangement: Add documentation tag --- modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h b/modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h index 75b7cbab58..2bfe60263a 100644 --- a/modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h +++ b/modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h @@ -38,6 +38,8 @@ namespace juce /** Options that can be used to affect the layout produced by GlyphArrangement::addFittedText. @see GlyphArrangement::addFittedText + + @tags{Graphics} */ class JUCE_API GlyphArrangementOptions final {