Home
last modified time | relevance | path

Searched refs:annotationFontScale (Results 1 – 4 of 4) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/
H A DMolDraw2DUtils.cpp146 PT_OPT_GET(annotationFontScale); in updateDrawerParamsFromJSON()
H A DMolDraw2D.h229 double annotationFontScale = 0.5; // scales font relative to atom labels for member
H A DMolDraw2D.cpp2048 text_drawer_->setFontScale(drawOptions().annotationFontScale * in calcAnnotationPosition()
2118 text_drawer_->setFontScale(drawOptions().annotationFontScale * in calcAtomAnnotationPosition()
3508 text_drawer_->setFontScale(drawOptions().annotationFontScale * in drawAnnotation()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/Wrap/
H A DrdMolDraw2D.cpp664 "annotationFontScale", &RDKit::MolDrawOptions::annotationFontScale, in BOOST_PYTHON_MODULE()