21 #ifndef GLYPHRENDERER_H
22 #define GLYPHRENDERER_H
27 #include <tulip/tulipconf.h>
29 #define GLYPH_PREVIEW_DIM 16
36 class TLP_QT_SCOPE GlyphRenderer {
41 static QPixmap render(
int glyphId,
int dim = GLYPH_PREVIEW_DIM);
42 static QPixmap render(QString glyphName,
int dim = GLYPH_PREVIEW_DIM);
48 class TLP_QT_SCOPE EdgeExtremityGlyphRenderer {
53 static QPixmap render(
int glyphId,
int dim = GLYPH_PREVIEW_DIM);
54 static QPixmap render(QString glyphName,
int dim = GLYPH_PREVIEW_DIM);