summaryrefslogtreecommitdiffstats
path: root/src/sp-object-repr.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-05-10 02:32:09 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2008-05-10 02:32:09 +0000
commit68f550272dabfd2878cfd866defe9b90a3979e2e (patch)
treea60293d55bd3af901b1fe210df1b4328177364b1 /src/sp-object-repr.cpp
parentAdded <echo> task. Need to decide when substitutions are evaluated. More wo... (diff)
downloadinkscape-68f550272dabfd2878cfd866defe9b90a3979e2e.tar.gz
inkscape-68f550272dabfd2878cfd866defe9b90a3979e2e.zip
attribute loading for font-face tag
first draft. Still incomplete. (bzr r5644)
Diffstat (limited to 'src/sp-object-repr.cpp')
-rw-r--r--src/sp-object-repr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-object-repr.cpp b/src/sp-object-repr.cpp
index aa59fcb91..6ed2f9ada 100644
--- a/src/sp-object-repr.cpp
+++ b/src/sp-object-repr.cpp
@@ -44,6 +44,7 @@
#include "sp-flowregion.h"
#include "sp-flowtext.h"
#include "sp-font.h"
+#include "sp-font-face.h"
#include "sp-glyph.h"
#include "sp-missing-glyph.h"
#include "sp-glyph-kerning.h"
@@ -144,6 +145,7 @@ populate_dtables()
{ "svg:flowRoot", SP_TYPE_FLOWTEXT },
{ "svg:flowSpan", SP_TYPE_FLOWTSPAN },
{ "svg:font", SP_TYPE_FONT },
+ { "svg:font-face", SP_TYPE_FONTFACE },
{ "svg:glyph", SP_TYPE_GLYPH },
{ "svg:missing-glyph", SP_TYPE_MISSING_GLYPH },
{ "svg:hkern", SP_TYPE_HKERN },