15#include "ROOT/RText.hxx"
16#include "ROOT/RMarker.hxx"
23 auto canvas = RCanvas::Create(
"RMarker styles");
28 for (
int i = 1; i < 16; i++) {
30 for (
int row=0;row<3;++row) {
39 auto text = canvas->Draw<RText>(
pt, std::to_string(
style));
40 text->text.font = RAttrFont::kVerdana;
41 text->text.size = 0.05;
42 text->text.align = RAttrText::kCenterTop;
43 text->text.color = RColor::kGreen;
46 auto draw = canvas->Draw<RMarker>(pm);
48 draw->marker.color = RColor::kBlue;
49 draw->marker.size = 0.1;
Option_t Option_t TPoint TPoint const char text
A position (horizontal and vertical) in a RPad.