diff options
author | Brennan Vincent <brennanv@email.arizona.edu> | 2013-10-05 16:50:24 -0700 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-13 14:37:53 +0000 |
commit | 5ce50b8d171c9d86d2175dd35b1e7ef23255e895 (patch) | |
tree | de6bd12da7446ec1efe1f377f5f0e031cc59e83d /include/xmloff | |
parent | 4f1e4c05a9b67fbc67ea4279793a61af46444dad (diff) |
Respect svg:font-face-format element.
Call libeot to parse font if value "embedded-opentype" is found.
Change-Id: I03a072fd4db47d151a3934e959ad17c1e24fcf09
Reviewed-on: https://gerrit.libreoffice.org/6144
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 33f2beef4ecf..bb585c68be06 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -2482,6 +2482,7 @@ namespace xmloff { namespace token { XML_FONT_FACE, XML_FONT_FACE_SRC, XML_FONT_FACE_URI, + XML_FONT_FACE_FORMAT, XML_FONT_ADORNMENTS, XML_INCH, XML_SPACE_AFTER, |