A concrete renderer based on Qt4 for conversion of Symbology Enconding Mark elements to an image pattern. More...
#include "../../../maptools/AbstractMarkRenderer.h"#include "../Config.h"#include <QPainter>#include <map>Go to the source code of this file.
Classes | |
| class | te::qt::widgets::GlyphMarkRenderer |
| A concrete renderer based on Qt4 for conversion of Symbology Enconding Mark elements to an image pattern. It is a extension that considers marks with well-known name in the format: "ttf://font#code". Here, "font" is the name of a TrueType font and "code" is the character code. The character code can be enconded in hexadecimal, octonal or decimal. e.g.: "ttf://Arial#0x12", "ttf://Times#042", "ttf://Verdana#10". More... | |
Namespaces | |
| te | |
| URI C++ Library. | |
| te::qt | |
| Namespace for the Qt module of TerraLib. | |
| te::qt::widgets | |
| Namespace for the Qt Widgets module of TerraLib. | |
A concrete renderer based on Qt4 for conversion of Symbology Enconding Mark elements to an image pattern.
Definition in file GlyphMarkRenderer.h.