Share

AcDbTextStyleTableRecord

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbSymbolTableRecord
                AcDbTextStyleTableRecord

C++

class AcDbTextStyleTableRecord : public AcDbSymbolTableRecord;

File

dbsymtb.h

Description

Objects of this class represent the records that are found in the AcDbTextStyleTable (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.

Links

AcDbTextStyleTableRecord Methods

See Also

AcDbTextStyleTable, AcDbObject

Was this information helpful?