Autodesk.AutoCAD.DatabaseServices Namespace > TextStyleTableRecord Class
TextStyleTableRecord Class
Description

 

This .NET class wraps the AcDbTextStyleTableRecord ObjectARX class. 

 

Objects of this class represent the records that are found in the TextStyleTable (known as the "Style" table in DXF). Each of these records represents a specific set of text parameters such as font, default size, relative x scaling, vertical or horizontal, etc.

Class Hierarchy
Visual Basic
Public Class TextStyleTableRecord
Inherits SymbolTableRecord
C#
public class TextStyleTableRecord : SymbolTableRecord;
Links
   Comments?