|
libosmscout 0.1
|
#include <MapPainterCairo.h>
Public Attributes | |
| std::string | character |
| CairoFont | font |
| double | height |
| ink height of the glyph | |
| double | width |
| ink width of the glyph | |
| double | xBearing |
| x_distance from the glyph base point to the left edge of the ink | |
| double | yBearing |
| vertical distance from the glyph base point (baseline) to the top edge of the ink | |
| std::string osmscout::MapPainterCairo::CairoNativeGlyph::character |
| CairoFont osmscout::MapPainterCairo::CairoNativeGlyph::font |
| double osmscout::MapPainterCairo::CairoNativeGlyph::height |
ink height of the glyph
Referenced by osmscout::MapPainterCairo::GlyphBoundingBox().
| double osmscout::MapPainterCairo::CairoNativeGlyph::width |
ink width of the glyph
Referenced by osmscout::MapPainterCairo::GlyphBoundingBox().
| double osmscout::MapPainterCairo::CairoNativeGlyph::xBearing |
x_distance from the glyph base point to the left edge of the ink
Referenced by osmscout::MapPainterCairo::GlyphBoundingBox().
| double osmscout::MapPainterCairo::CairoNativeGlyph::yBearing |
vertical distance from the glyph base point (baseline) to the top edge of the ink
Referenced by osmscout::MapPainterCairo::GlyphBoundingBox().