From e262bfa531c59236c4a4d4230285614750b191b1 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 12 Sep 2019 10:19:33 +0100 Subject: [PATCH] Fixed a few documentation typos --- modules/juce_graphics/contexts/juce_GraphicsContext.h | 4 ++-- modules/juce_graphics/fonts/juce_GlyphArrangement.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,