20 #ifndef TULIPFONTAWESOME_H 21 #define TULIPFONTAWESOME_H 23 #include <tulip/tulipconf.h> 64 static std::string getVersion();
69 static std::string getTTFLocation(
const std::string &iconName);
74 static std::string getWOFFLocation(
const std::string &iconName);
79 static std::string getWOFF2Location(
const std::string &iconName);
84 static const std::vector<std::string> &getSupportedIcons();
90 static bool isIconSupported(
const std::string &iconName);
96 static unsigned int getIconCodePoint(
const std::string &iconName);
102 static std::string getIconFamily(
const std::string &iconName);
109 static std::string getIconUtf8String(
const std::string &iconName);
113 #endif // TULIPFONTAWESOME_H
Helper class for the configuration of a Font Awesome glyph.