26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKRENDERER_H 27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKRENDERER_H 30 #include "../../../maptools/AbstractMarkRenderer.h" 31 #include "../Config.h" 68 void getSupportedMarks(std::vector<std::string>& marks)
const;
80 static QString encode(
const QString& font,
const int& charCode);
89 static void decode(QString& name, QString& font, QChar& charCode);
99 void setup(QImage* img);
120 bool getChar(QString& charCode, QChar& ch);
137 #endif // __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKRENDERER_H
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.
An abstract class for conversion of Symbology Enconding Mark elements to an image pattern...