Stuart68 Posted March 19, 2020 Posted March 19, 2020 Hi, I am a beginner with AutoLISP. I have adapted a program found within this forum that adds attributes to an already existing block within a drawing. I have been able to change the font to ARIAL, but I would also like to make it BOLD, how can this be done? (vlax-put AttObj 'Alignment acAlignmentleft) ;; 4 (vlax-put AttObj 'StyleName "Arial") Is there a simple vlax-put command that can set BOLD to true? Thanks Quote
lido Posted March 19, 2020 Posted March 19, 2020 Use SetFont Method. See http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-DB668114-2395-43C6-858C-2F2514C4BF46 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.