diff --git a/modules/juce_graphics/contexts/juce_GraphicsContext.h b/modules/juce_graphics/contexts/juce_GraphicsContext.h index 5b503f0a58..95b5f2576e 100644 --- a/modules/juce_graphics/contexts/juce_GraphicsContext.h +++ b/modules/juce_graphics/contexts/juce_GraphicsContext.h @@ -195,7 +195,7 @@ public: /** Tries to draw a text string inside a given space. This does its best to make the given text readable within the specified rectangle, - so it useful for labelling things. + so it's useful for labelling things. If the text is too big, it'll be squashed horizontally or broken over multiple lines if the maximumLinesToUse value allows this. If the text just won't fit into the space, @@ -220,7 +220,7 @@ public: /** Tries to draw a text string inside a given space. This does its best to make the given text readable within the specified rectangle, - so it useful for labelling things. + so it's useful for labelling things. If the text is too big, it'll be squashed horizontally or broken over multiple lines if the maximumLinesToUse value allows this. If the text just won't fit into the space, diff --git a/modules/juce_graphics/fonts/juce_GlyphArrangement.h b/modules/juce_graphics/fonts/juce_GlyphArrangement.h index 8e29d40de2..7aa7e807bb 100644 --- a/modules/juce_graphics/fonts/juce_GlyphArrangement.h +++ b/modules/juce_graphics/fonts/juce_GlyphArrangement.h @@ -202,7 +202,7 @@ public: /** Tries to fit some text within a given space. This does its best to make the given text readable within the specified rectangle, - so it useful for labelling things. + so it's useful for labelling things. If the text is too big, it'll be squashed horizontally or broken over multiple lines if the maximumLinesToUse value allows this. If the text just won't fit into the space,