Code

Converted text toolbar to GTK toolbar.
[inkscape.git] / src / libnrtype / FontFactory.cpp
index 83b9bf9d19c5b3232df4c45824981a07a0ed27a8..067254b9e898e17e31c2f986cb461eea16206420 100644 (file)
 #include "libnrtype/font-instance.h"
 #include "util/unordered-containers.h"
 
+#if !PANGO_VERSION_CHECK(1,24,0)
+#define PANGO_WEIGHT_THIN       static_cast<PangoWeight>(100)
+#define PANGO_WEIGHT_BOOK       static_cast<PangoWeight>(380)
+#define PANGO_WEIGHT_MEDIUM     static_cast<PangoWeight>(500)
+#define PANGO_WEIGHT_ULTRAHEAVY static_cast<PangoWeight>(1000)
+#endif
+
 typedef INK_UNORDERED_MAP<PangoFontDescription*, font_instance*, font_descr_hash, font_descr_equal> FaceMapType;
 
 // need to avoid using the size field