Skip to content
Permalink
Browse files
US spelling
(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.
@@ -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.
};

/**

0 comments on commit 39df267

Please sign in to comment.