diff options
Diffstat (limited to 'svgio/source/svgreader/svgtextnode.cxx')
-rw-r--r-- | svgio/source/svgreader/svgtextnode.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgtextnode.cxx b/svgio/source/svgreader/svgtextnode.cxx index 4637bcee51c2..ae7d0e104b85 100644 --- a/svgio/source/svgreader/svgtextnode.cxx +++ b/svgio/source/svgreader/svgtextnode.cxx @@ -260,6 +260,11 @@ namespace svgio } } } + + double SvgTextNode::getCurrentFontSize() const + { + return getCurrentFontSizeInherited(); + } } // end of namespace svgreader } // end of namespace svgio |