epam / epam/Indigo

Depicting of Atom Labels indigoRenderWriteHDC

Open
#183 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
406
Forks
134
Avg merge
2d 11h
Merged PRs (30d)
24

Description

Atom labels have a solid colored background when depicting molecules using indigoRenderWriteHDC and molecule has super atoms, or alias atoms or polymer brackets:
![image](https://user-images.githubusercontent.com/70947872/92466775-e7a40880-f1d0-11ea-844a-42df29275549.png)
![image](https://user-images.githubusercontent.com/70947872/92466911-17531080-f1d1-11ea-805d-1242854965d9.png)

MolId:= indigoLoadMoleculeFromFile('Superatom.mol');
indigoSetOptionXY('render-image-size', -1, -1);
aOutput:= indigoRenderWriteHDC(aCanvas.Handle, 0);
indigoRender(MolId, aOutput);
indigoFree(aOutput);

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.