Print Page | Close Window

autocad line types

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=14539
Printed Date: 22.Apr.2026 at 14:51


Topic: autocad line types
Posted By: mwdesigns21
Subject: autocad line types
Date Posted: 18.Aug.2024 at 02:28
When  I try to create a new linetype with express in 2024.....standard text will work
However when I try to make a linetype using a symbol or subscript the text does not
show in the drawing...the  line and spacing is there. uploads/118036/Drawing1.dwg" rel="nofollow - uploads/118036/Drawing1.dwg



Replies:
Posted By: Vladimir Michl
Date Posted: 18.Aug.2024 at 12:42
Try the LTFly utility (see Download) for better creation of text-based linetypes. You will need to specify the superscript as a unicode character (\\U+nnnn).

-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: Kent Cooper
Date Posted: 19.Aug.2024 at 15:28
Originally posted by mwdesigns21 mwdesigns21 wrote:

... when I try to make a linetype using a ... subscript the text does not show in the drawing....
MKLTYPE doesn't accept Mtext [even without internal formatting such as for a subscript], which you could have known from its Express Tools Help description.
You can make the O and the 2 separate Text objects [just Explode your Mtext with the subscript], and MKLTYPE can handle their different sizes and vertical positions.  Using the components in the upper part of this image [I Exploded the Mtext], it made the linetype of the lower part.



Posted By: toeron
Date Posted: 20.Aug.2024 at 09:14
use this code in your .lin file

*O2_LINE, Line with Oxygen symbol O\U+2082
A,1.0,-0.2,["O\U+2082",Standard,S=0.2,R=0.0,X=-0.1,Y=-0.1],-0.2,1.0



Print Page | Close Window