Closed tarikjabiri closed 2 years ago
i have also done some work for rotation but not sure how to text it i am not so familiar with ts.
Hi @DeepankarGupta13
v2.5.0
.Code:
const dxf = new DxfWriter();
dxf.addText(point3d(0, 0), 20, 'Hello World!', {
rotation: 45,
});
Result:
Thank you sir.
Add support for all properties: