libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::Label< NativeGlyph, NativeLabel > Class Template Reference

Position independent representation of layouted label. More...

#include <LabelLayouter.h>

Public Member Functions

 Label ()=default
 
template<typename... Args>
 Label (Args &&... args)
 
std::vector< Glyph< NativeGlyph > > ToGlyphs () const
 Implementation have to be provided by backend. More...
 

Public Attributes

double fontSize {1}
 Font size to be used. More...
 
double height {-1}
 
NativeLabel label
 
std::string text
 The label text. More...
 
double width {-1}
 

Detailed Description

template<class NativeGlyph, class NativeLabel>
class osmscout::Label< NativeGlyph, NativeLabel >

Position independent representation of layouted label.

Constructor & Destructor Documentation

◆ Label() [1/2]

template<class NativeGlyph , class NativeLabel >
osmscout::Label< NativeGlyph, NativeLabel >::Label ( )
default

◆ Label() [2/2]

template<class NativeGlyph , class NativeLabel >
template<typename... Args>
osmscout::Label< NativeGlyph, NativeLabel >::Label ( Args &&...  args)
inlineexplicit

Member Function Documentation

◆ ToGlyphs()

std::vector< Glyph< MapPainterSVG::NativeGlyph > > osmscout::MapPainterSVG::SvgLabel::ToGlyphs

Implementation have to be provided by backend.

Glyph positions should be relative to label baseline.

Returns
vector of glyphs

References osmscout::Glyph< NativeGlyph >::glyph, and osmscout::Label< NativeGlyph, NativeLabel >::label.

Member Data Documentation

◆ fontSize

template<class NativeGlyph , class NativeLabel >
double osmscout::Label< NativeGlyph, NativeLabel >::fontSize {1}

Font size to be used.

◆ height

template<class NativeGlyph , class NativeLabel >
double osmscout::Label< NativeGlyph, NativeLabel >::height {-1}

◆ label

template<class NativeGlyph , class NativeLabel >
NativeLabel osmscout::Label< NativeGlyph, NativeLabel >::label

◆ text

template<class NativeGlyph , class NativeLabel >
std::string osmscout::Label< NativeGlyph, NativeLabel >::text

The label text.

◆ width

template<class NativeGlyph , class NativeLabel >
double osmscout::Label< NativeGlyph, NativeLabel >::width {-1}

The documentation for this class was generated from the following files: