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

Function Style_SetDefaultFont

src/Styles.c:2308–2318  ·  view source on GitHub ↗

============================================================================= Style_SetDefaultFont()

Source from the content-addressed store, hash-verified

2306// Style_SetDefaultFont()
2307//
2308void Style_SetDefaultFont ( HWND hwnd )
2309{
2310 int iIdx = ( bUse2ndDefaultStyle ) ? 12 : 0;
2311 if ( Style_SelectFont ( hwnd,
2312 lexDefault.Styles[0 + iIdx].szValue,
2313 COUNTOF ( lexDefault.Styles[0].szValue ),
2314 TRUE ) ) {
2315 fStylesModified = TRUE;
2316 Style_SetLexer ( hwnd, pLexCurrent );
2317 }
2318}
2319
2320
2321//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 2

Style_SelectFontFunction · 0.85
Style_SetLexerFunction · 0.85

Tested by

no test coverage detected