libosmscout
0.1
|
#include <LabelLayouter.h>
Public Attributes | |
std::vector< Glyph< NativeGlyph > > | glyphs |
Vector of glyphs of the label text (see text) More... | |
size_t | priority |
Priority of the label. More... | |
ObjectFileRef | ref |
osmscout::PathTextStyleRef | style |
Style for drawing the text of the label. More... | |
std::vector<Glyph<NativeGlyph> > osmscout::ContourLabel< NativeGlyph >::glyphs |
Vector of glyphs of the label text (see text)
Referenced by osmscout::ContourLabelSorter(), osmscout::LabelLayouter< NativeGlyph, NativeLabel, TextLayouter >::LayoutJob::ProcessLabelContourLabel(), and osmscout::LabelLayouter< QGlyphRun, QTextLayout, MapPainterQt >::RegisterContourLabel().
size_t osmscout::ContourLabel< NativeGlyph >::priority |
ObjectFileRef osmscout::ContourLabel< NativeGlyph >::ref |
osmscout::PathTextStyleRef osmscout::ContourLabel< NativeGlyph >::style |
Style for drawing the text of the label.
Referenced by osmscout::LabelLayouter< QGlyphRun, QTextLayout, MapPainterQt >::RegisterContourLabel().