DJGosnell
DJGosnell
Also, regarding modifying the `DefaultTextBoxContextFlyout`, I'm thinking about adding a Proofing SubMenu, as shown below, to allow for dedicated spell checking integration separate from the rest of the Flyout. Is...
I do not see how to modify the rendering of portions of the text for `TextBox`s without changing the entire text style. I see `textStyleOverrides` inside the following method, but...
Edit: I'm not sure how those values are actually changed because I believe they are proprietary AutoCAD variables. I don't think that all DWG viewers/editors respect those values.
@rurban @DomCR Thank you for bringing up this topic as I believe this was going to come around sooner or later and it is a very important one since this...
Agreed about radians. I can addressed this, or do you already have this in the works?
Excellent. I'll issue a PR for this.
Going to do some dogfooding on this for a bit to see if there are any other issues.
Finally think this is ready for review. Also noticed that you're merging the changes instead of squashing & merging. Just wondering if there a reason for this? I would try...
> Sorry for the delay but this is a quite big PR and it will take some time for me to review it all. No need. This is a very...
I'm going to simplify the integer and float writers. I'm running into too many edge cases where the numbers are rounded incorrectly when written. It will be a hit on...