• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

text in a dcl file

  • Thread starter Thread starter Binosi
  • Start date Start date

Binosi

Guest
Good morning to all, I would like to know if it is possible in a dialog box in a ‘tile’ text, this can write it in bold or in a certain font. Thank you.
 
that I know, no; if you want "colored" dialog boxes use the autocad vba for the graphic interface.
 
Good morning to all, I would like to know if it is possible in a dialog box in a ‘tile’ text, this can write it in bold or in a certain font. Thank you.
use fixed_width_font attribute with true value to have a bold effect
Code:
fixed_width_font=true;
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top