summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-02-26 19:01:40 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2008-02-26 19:01:40 +0000
commita0e8125832c0d7c25915b1bbd5dfe555f6490f21 (patch)
tree647f3179e05f427d8c81865278e2fa3c088f822a /src/attributes.cpp
parentadded extensions for importing various Corel DRAW file formats and CGM files ... (diff)
downloadinkscape-a0e8125832c0d7c25915b1bbd5dfe555f6490f21.tar.gz
inkscape-a0e8125832c0d7c25915b1bbd5dfe555f6490f21.zip
more SVGFonts boilerplate code
(bzr r4867)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index c00268b96..4a24e18a6 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -307,6 +307,14 @@ static SPStyleProp const props[] = {
{SP_ATTR_ADDITIVE, "additive"},
{SP_ATTR_ACCUMULATE, "accumulate"},
+ /* SVGFonts */
+ {SP_ATTR_HORIZ_ORIGIN_X, "horiz-origin-x"},
+ {SP_ATTR_HORIZ_ORIGIN_Y, "horiz-origin-y"},
+ {SP_ATTR_HORIZ_ADV_X, "horiz-adv-x"},
+ {SP_ATTR_VERT_ORIGIN_X, "vert-origin-x"},
+ {SP_ATTR_VERT_ORIGIN_Y, "vert-origin-y"},
+ {SP_ATTR_VERT_ADV_Y, "vert-adv-y"},
+
/* XML */
{SP_ATTR_XML_SPACE, "xml:space"},