From a1d051397488eff3571172e49afbdc34be5d8c9c Mon Sep 17 00:00:00 2001 From: synnick Date: Tue, 11 Jun 2019 10:49:58 +0200 Subject: [PATCH] Correct a few grammar errors in docs --- doc/namespaces.dox | 2 +- doc/plugins.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/namespaces.dox b/doc/namespaces.dox index 10bb0fe0f..9b388b8fa 100644 --- a/doc/namespaces.dox +++ b/doc/namespaces.dox @@ -434,7 +434,7 @@ See @ref building, @ref cmake and @ref shaders for more information. /** @namespace Magnum::Text @brief Text rendering -Font texture creation and text layouting. +Font texture creation and text layout. This library is built if `WITH_TEXT` is enabled when building Magnum. To use this library with CMake, you need to request the `Text` component of the diff --git a/doc/plugins.dox b/doc/plugins.dox index 21e236a67..718288469 100644 --- a/doc/plugins.dox +++ b/doc/plugins.dox @@ -64,7 +64,7 @@ of given type. Magnum provides these plugin interfaces: - @ref Trade::AbstractImageConverter --- conversion among various image formats. See `*ImageConverter` classes in the @ref Trade namespace for available image converter plugins. -- @ref Text::AbstractFont --- font loading and glyph layouting. See `*Font` +- @ref Text::AbstractFont --- font loading and glyph layout. See `*Font` classes in the @ref Text namespace for available font plugins. - @ref Text::AbstractFontConverter --- font and glyph cache conversion. See `*FontConverter` classes in the @ref Text namespace for available font