![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <MolDraw2D.h>
Public Attributes | |
std::string | text_ |
StringRect | rect_ |
OrientType | orient_ = OrientType::C |
TextAlignType | align_ = TextAlignType::MIDDLE |
bool | scaleText_ = true |
Definition at line 169 of file MolDraw2D.h.
TextAlignType RDKit::AnnotationType::align_ = TextAlignType::MIDDLE |
Definition at line 173 of file MolDraw2D.h.
OrientType RDKit::AnnotationType::orient_ = OrientType::C |
Definition at line 172 of file MolDraw2D.h.
StringRect RDKit::AnnotationType::rect_ |
Definition at line 171 of file MolDraw2D.h.
Referenced by RDKit::MolDraw2D::drawAnnotation(), and RDKit::MolDraw2DSVG::drawAnnotation().
bool RDKit::AnnotationType::scaleText_ = true |
Definition at line 174 of file MolDraw2D.h.
std::string RDKit::AnnotationType::text_ |
Definition at line 170 of file MolDraw2D.h.
Referenced by RDKit::MolDraw2D::drawAnnotation(), and RDKit::MolDraw2DSVG::drawAnnotation().