MKI_FontGetInfoByIndex (Font) New in Version 2025.1

www.CAD6.com

C++ Syntax

bool

MKI_FontGetInfoByIndex(

 __int32 f_nFontNum,

 MKI_FILENAMEW& f_rFileName,

 MKI_FILE_HEADER_PTR f_pFileHeader );

 

Retrieves information about a library by means of its index. Especially the library's title (located in its header) is used to identify that library inside instances.

 

Parameters

FontNum

[__int32] Zero-based index of the font whose title shall be retrieved.

FileName

[MKI_FILENAMEW&] Address of buffer to receive the library's file name.

FileHeader

[MKI_FILE_HEADER_PTR] Address of buffer to receive the library's header. May be nullptr.

 

Return Value

Returns true if successful. If false is returned, the given FontNum was invalid.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH