Skip to content

Commit

Permalink
US spelling
Browse files Browse the repository at this point in the history
(cherry picked from commit b0fa488)
  • Loading branch information
nyalldawson committed Dec 11, 2018
1 parent ceb86a9 commit 39df267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrendercontext.h
Expand Up @@ -82,7 +82,7 @@ class CORE_EXPORT QgsRenderContext
enum TextRenderFormat
{
TextFormatAlwaysOutlines, //!< Always render text using path objects (AKA outlines/curves). This always results in the best quality rendering.
TextFormatAlwaysText, //!< Always render text as text objects. This may result in rendering artefacts or poor quality rendering, depending on the text format settings.
TextFormatAlwaysText, //!< Always render text as text objects. This may result in rendering artifacts or poor quality rendering, depending on the text format settings.
};

/**
Expand Down

0 comments on commit 39df267

Please sign in to comment.