Search the Community
Showing results for tags 'textstyle'.
-
Change Attribute to use BOLD text during adding attribbute
Stuart68 posted a topic in AutoLISP, Visual LISP & DCL
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 -
How to import OCR B Font into textstyle
Tekkieflippo posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi fellow designers! Basically i want to 3D print a series of stamps (fysical stamps with ink). Most steps on how to to this, i've already managed to figure out. However i need to work with OCR B font style characters on the stamp (required by legislation). I Don't see this font inside the list of possible fonts when i define or change a textstyle... On the internet i have already found the font (alas never for free, does anyone know where to get it for free?) In what format does the font have to be? How can i make it appear in the list at "font style" checkbox? Do i need to put it in a certain subfolder or searchpath? Thanx for your attention 'n input! Tekkieflippo