Code

First step in fixing the changing of font faces (must also update
[inkscape.git] / src / libnrtype / FontFactory.h
index 0118c862d639703ce7cc066d1f6243b0fb1d0c3d..632ea565f1ecfa145c99099052ea2e83e4665f12 100644 (file)
@@ -102,6 +102,8 @@ public:
     Glib::ustring         FontSpecificationSetItalic(const Glib::ustring & fontSpec, bool turnOn);
     Glib::ustring         FontSpecificationSetBold(const Glib::ustring & fontSpec, bool turnOn);
 
+    Glib::ustring         FontSpecificationBestMatch(const Glib::ustring& fontSpec );
+
     // Gathers all strings needed for UI while storing pango information in
     // fontInstanceMap and fontStringMap
     void                  GetUIFamiliesAndStyles(FamilyToStylesMap *map);