![]() |
MKI_MULTI_TEXTFRAME (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1 |
www.CAD6.com |
C++ Syntaxclass MKI_MULTI_TEXTFRAME : public MKI_MULTI_BASE { public:
MKI_TEXTFRAME m_cData;
void Init( void ); New in Version 2023.1
void Fill( MKI_CONST_TEXTFRAME_REF f_rData ); New in Version 2023.1
void MKI_TEXTFRAME_REF f_rData, bool f_fCopyAll ) const; New in Version 2023.1 };
This structure contains frame text properties to be edited in a dialog window.
Element Descriptionm_cData [MKI_TEXTFRAME] A standard frame text property set.
CommentWhen using functions of the base class MKI_MULTI_BASE, use the following flags defined in this class to identify its elements: USE_FONT Apply the font definition m_cData->m_cFontDef. USE_CHARDISTANCE Apply the character distance m_cData->m_dCharDistance. USE_TABDISTANCE Apply the tab distance m_cData->m_dTabDistance. USE_LINEDISTANCE Apply the line distance m_cData->m_dLineDistance. USE_SIZE Apply the font height m_cData->m_dTextSize. USE_TEXTMODE Apply the text mode m_cData->m_nTextMode. USE_ORDER Apply the text order m_cData->m_nTextOrder. USE_VERTICAL Apply the text order m_cData->m_nTextVertical. USE_SYSTEM Apply the text order m_cData->m_nSystem.
|
CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH