#include "pictogram_display.h"
#include <QPainter>
#include <QFontDatabase>
#include <ros/package.h>
#include "Entypo.dat"
#include "Entypo_Social.dat"
#include "fontawesome.dat"
#include "pictogram_font_mapping.h"
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
Namespaces | |
namespace | jsk_rviz_plugins |
Functions | |
int | jsk_rviz_plugins::addFont (unsigned char *data, unsigned int data_len) |
bool | jsk_rviz_plugins::epsEqual (double a, double b) |
QFont | jsk_rviz_plugins::getFont (std::string character) |
bool | jsk_rviz_plugins::isCharacterSupported (std::string character) |
bool | jsk_rviz_plugins::isEntypo (std::string text) |
bool | jsk_rviz_plugins::isFontAwesome (std::string text) |
QString | jsk_rviz_plugins::lookupPictogramText (std::string character) |
PLUGINLIB_EXPORT_CLASS (jsk_rviz_plugins::PictogramDisplay, rviz::Display) |