From 88135b72bc30978a781f03342673b8da102f2d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 8 Mar 2019 22:38:43 +0100 Subject: [PATCH] Text: doc++ --- doc/changelog.dox | 4 ++-- src/Magnum/Text/GlyphCache.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 93434578b..7c5112082 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -188,8 +188,8 @@ See also: - Properly zero-initializing the UTF-8 buffer in @ref Platform::GlfwApplication::textInputEvent() (see [mosra/magnum#324](https://github.com/mosra/magnum/pull/324)) -- @ref Trade::AbstractFontConverter::exportFontToFile() and - @ref Trade::AbstractFontConverter::exportGlyphCacheToFile() now properly +- @ref Text::AbstractFontConverter::exportFontToFile() and + @ref Text::AbstractFontConverter::exportGlyphCacheToFile() now properly returns failure when the underlying data export function returns an empty list of files - Updated the `base-qt` bootstrap project to correctly reset state tracker diff --git a/src/Magnum/Text/GlyphCache.h b/src/Magnum/Text/GlyphCache.h index 79e6eeb42..ea0ffb2bc 100644 --- a/src/Magnum/Text/GlyphCache.h +++ b/src/Magnum/Text/GlyphCache.h @@ -53,7 +53,7 @@ See @ref Renderer for information about text rendering. This class supports the @ref GlyphCacheFeature::ImageDownload (and thus calling @ref image()) only on desktop OpenGL, due to using @ref GL::Texture::image(), -which is not available on @ref CORRADE_TARGET_GLES "OpenGL ES" platforms. +which is not available on @ref MAGNUM_TARGET_GLES "OpenGL ES" platforms. @todo Some way for Font to negotiate or check internal texture format @todo Default glyph 0 with rect 0 0 0 0 will result in negative dimensions when