Browse Source

Text: doc++

pull/364/merge
Vladimír Vondruš 2 years ago
parent
commit
a973891bab
  1. 2
      src/Magnum/Text/AbstractFont.h

2
src/Magnum/Text/AbstractFont.h

@ -544,7 +544,7 @@ class MAGNUM_TEXT_EXPORT AbstractFont: public PluginManager::AbstractPlugin {
* @ref glyphCount().
*
* On success returns @cpp true @ce. On failure, for example if the
* @p cache doesn't have expected format or the @p characters can't
* @p cache doesn't have expected format or the @p glyphs can't
* fit, prints a message to @relativeref{Magnum,Error} and returns
* @cpp false @ce.
*/

Loading…
Cancel
Save