20 #ifndef TULIPICONICFONT_H 21 #define TULIPICONICFONT_H 23 #include <tulip/tulipconf.h> 38 static std::string getTTFLocation(
const std::string &iconName);
45 static std::string getWOFFLocation(
const std::string &iconName);
52 static std::string getWOFF2Location(
const std::string &iconName);
58 static bool isIconSupported(
const std::string &iconName);
64 static unsigned int getIconCodePoint(
const std::string &iconName);
70 static std::string getIconFamily(
const std::string &iconName);
77 static std::string getIconUtf8String(
const std::string &iconName);
81 #endif // TULIPFONTICONIC_H
Helper class to ease the use of iconic fonts bundled with Tulip.