acad-linetypes-textstyles

Load .lin files, configure linetype scales, and create text styles in AutoCAD.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/hebackus/c3d-api-plugin --skill acad-linetypes-textstyles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acad-linetypes-textstyles
Source: https://github.com/hebackus/c3d-api-plugin/tree/main/skills/acad-linetypes-textstyles
Command: npx skills add https://github.com/hebackus/c3d-api-plugin --skill acad-linetypes-textstyles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linetype and text style management for AutoCAD/Civil 3D projects, enabling loading from .lin files, configuring linetype scales, and creating TrueType or SHX text styles.

Core Features & Use Cases

  • Load custom linetypes from .lin files and apply to entities.
  • Create and modify text styles using TrueType or SHX fonts, including shape-file text styles.
  • Manage complex linetypes with embedded text or shapes, including reading and updating the linetype table and handling ByLayer/ByBlock defaults.

Quick Start

Load a .lin file containing custom linetypes and assign a specific linetype to a selected entity.

Frequently Asked Questions about acad-linetypes-textstyles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load custom linetypes from a .lin file in AutoCAD?

You can load custom linetypes from a .lin file in AutoCAD by accessing the LinetypeTable, which safely imports the definitions and allows you to apply them directly to entities across multiple drawings.

Can I create text styles using both TrueType and SHX fonts in Civil 3D?

Yes, you can create text styles using TrueType or SHX fonts in Civil 3D by configuring the TextStyleTable, which supports defining shape-file text styles and managing current text style defaults.

How does AutoCAD handle complex linetypes with embedded text or shapes?

AutoCAD manages complex linetypes with embedded text or shapes by reading and updating the LinetypeTable, enabling the creation of linetypes that incorporate text or shape definitions directly within the line pattern across multiple drawings.

What is the best way to configure linetype scales and ByLayer defaults in AutoCAD?

The best way to configure linetype scales and ByLayer or ByBlock defaults in AutoCAD is by accessing the LinetypeTable, which ensures entities correctly inherit linetypes by layer or block across the drawing environment.

Does this linetype and text style management approach work for both AutoCAD and Civil 3D projects?

Yes, this linetype and text style management approach works for both AutoCAD and Civil 3D projects, streamlining the setup of LinetypeTable and TextStyleTable configurations across multiple drawings within either software environment.