MKI_PARSE_OBJ_TEXTSTANDARD (Object Parser Classes) Changed in Version 2019.1 |
www.CAD6.com |
C++ Syntaxclass MKI_PARSE_OBJ_TEXTSTANDARD { public:
MKI_BLOCK_TEXT_PTR m_pText; MKI_BLOCK_TEXTSTANDARD_PTR m_pTextStd;
MKI_PARSE_OBJ_TEXTSTANDARD( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );
LPWSTR Text( void );
MKI_TEXTSTANDARD_REF TextStandard( void ); };
This class is used to parse an object of type MKI_OBJ_TEXTSTANDARD. For information about the internal data block structure of this object type, see Object 35 "Standard Text".
This parser only works if the object is complete, i.e. already contains all necessary data blocks with correct size information! For performance reasons, there is no internal testing whatsoever. All point and outline attributes in between are skipped.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH