Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SetStyleFontName
Method
SetStyleFontName
scintilla/src/ViewStyle.cxx:381–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
void ViewStyle::SetStyleFontName(int styleIndex, const char *name) {
382
styles[styleIndex].fontName = fontNames.Save(name);
383
}
384
385
bool ViewStyle::ProtectionActive() const {
386
return someStylesProtected;
Callers
1
StyleSetMessage
Method · 0.80
Calls
1
Save
Method · 0.80
Tested by
no test coverage detected