MKI_FontGetInfoByName (Font) New in Version 2025.1

www.CAD6.com

C++ Syntax

bool

MKI_FontGetInfoByName(

 const LPCWSTR f_pszFontName,

 MKI_FILENAMEW& f_rFileName,

 MKI_FILE_HEADER_PTR f_pFileHeader );

 

Retrieves information about a font by means of its title (located in its header).

 

Parameters

FontName

[const LPCWSTR] Name of the font.

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, a font with the given FontName was not found.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH