Print Page | Close Window

Changing Complex Line Type Text Style

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=8908
Printed Date: 25.Apr.2026 at 11:41


Topic: Changing Complex Line Type Text Style
Posted By: scad
Subject: Changing Complex Line Type Text Style
Date Posted: 29.Jan.2013 at 20:17
Hello everyone, I need help with changing the text style of my line types, I am using Autocad LT 2012. I have this line type "-----G----" and it appears as a roman style text on one drawing but when I copy it into another drawing the text style changes into standard text style, I want it to keep it as a Roman style text. I would appreciate any help from you guys.

-------------
(0,0)



Replies:
Posted By: CarlB
Date Posted: 29.Jan.2013 at 21:17
Here's the linetype definition for Gas linetypewithin acad.lin:
*GAS_LINE,Gas line ----GAS----GAS----GAS----GAS----GAS----GAS--
A,.5,-.2,["GAS",STANDARD,S=.1,U=0.0,X=-0.1,Y=-.05],-.25
 
The definition specifies the STYLE of "Standard". That style is in every drawing, cannot be deleted. But the user can change the font associated with Standard, and that is the font that will be used in the linetype.
 



Print Page | Close Window