15 Aug
2008
15 Aug
'08
6:10 p.m.
I have installed cairo 1.7.4 and recompiled Inkscape but I can't find a SVG fonts entry in any of the menus. Can somebody help?
You'll need to have ENABLE_SVG_FONTS defined, for example:
--- build.xml (revision 19663) +++ build.xml (working copy) @@ -168,6 +168,8 @@ /* do we want bitmap manipulation? */ #define WITH_IMAGE_MAGICK 1
+ #define ENABLE_SVG_FONTS 1 + /* Allow reading WordPerfect? */ #define WITH_LIBWPG 1
Note also that https://bugs.freedesktop.org/show_bug.cgi?id=16819 isn't fixed yet, so Windows users will have difficulty experimenting with the SVG fonts panel.
Richard.