MCPcopy 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
381void ViewStyle::SetStyleFontName(int styleIndex, const char *name) {
382 styles[styleIndex].fontName = fontNames.Save(name);
383}
384
385bool ViewStyle::ProtectionActive() const {
386 return someStylesProtected;

Callers 1

StyleSetMessageMethod · 0.80

Calls 1

SaveMethod · 0.80

Tested by

no test coverage detected