MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / DialogTemplate_HasFont

Function DialogTemplate_HasFont

src/Helpers.c:1748–1752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746}
1747
1748__inline BOOL DialogTemplate_HasFont ( const DLGTEMPLATE *pTemplate )
1749{
1750 return ( DS_SETFONT &
1751 ( DialogTemplate_IsDialogEx ( pTemplate ) ? ( ( DLGTEMPLATEEX * ) pTemplate )->style : pTemplate->style ) );
1752}
1753
1754__inline int DialogTemplate_FontAttrSize ( BOOL bDialogEx )
1755{

Callers 1

LoadThemedDialogTemplateFunction · 0.85

Calls 1

Tested by

no test coverage detected