summaryrefslogtreecommitdiffstats
path: root/src/style-enums.h
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2019-10-28 11:30:14 +0000
committerThomas Holder <thomas@thomas-holder.de>2019-10-28 11:30:14 +0000
commit1a12c0f5f163794584dfe7b25d4f1feb3156cb6d (patch)
treed6c79997499865b493f1986042a4b3f23f945f1e /src/style-enums.h
parentUpdate cs.po (diff)
downloadinkscape-1a12c0f5f163794584dfe7b25d4f1feb3156cb6d.tar.gz
inkscape-1a12c0f5f163794584dfe7b25d4f1feb3156cb6d.zip
refactor SPIEnum: more type safety
fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
Diffstat (limited to 'src/style-enums.h')
-rw-r--r--src/style-enums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-enums.h b/src/style-enums.h
index 9ead8e7fb..1e74e3eba 100644
--- a/src/style-enums.h
+++ b/src/style-enums.h
@@ -430,7 +430,7 @@ static SPStyleEnum const enum_font_variant_caps[] = {
{"petite-caps", SP_CSS_FONT_VARIANT_CAPS_PETITE},
{"all-petite-caps", SP_CSS_FONT_VARIANT_CAPS_ALL_PETITE},
{"unicase", SP_CSS_FONT_VARIANT_CAPS_UNICASE},
- {"titling", SP_CSS_FONT_VARIANT_CAPS_TITLING},
+ {"titling-caps", SP_CSS_FONT_VARIANT_CAPS_TITLING},
{nullptr, -1}
};