MKI_DialogFontDef (Dialogs) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_DialogFontDef(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption,

 MKI_FONTDEF_REF f_rData );

 

Shows and processes a dialog for font definition editing.

 

Parameters

Window

[HWND] Handle of the dialog window's parent window.

Caption

[const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption.

Data

[MKI_FONTDEF_REF] Address of a font definition. This font definition is used to initialize the dialog window, and it will receive the selected font definition if the user ends the dialog by pressing the OK button.

 

Return Value

Returns true if the dialog window was ended by pressing the OK button and anything inside the window was changed, else false.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH