MKI_ExtAddFontDef (Entity Creation) New in Version 2026.1

www.CAD6.com

C++ Syntax

bool

MKI_ExtAddFontDef(

 __int32 f_nType,

 MKI_CONST_FONTDEF_REF f_rData );

 

Adds a font definition data block to a previously opened provisional extended object (see MKI_ExtOpen).

 

Parameters

f_nType

[__int32] Data block type. Valid range: 1000 ≤ x ≤ 29999. Such a data block will not be modified by the serving application in any case and can be used to store plug-in-specific data.

f_rData

[MKI_CONST_FONTDEF_REF] Data to be stored in the data block.

 

Return Value

Returns true if the data block was added successfully. If false is returned, this indicates that the object would be too large after adding this data block.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH