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

Method ClearFont

scintilla/src/Style.cxx:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void FontAlias::ClearFont() {
32 SetID(0);
33}
34
35bool FontSpecification::operator==(const FontSpecification &other) const {
36 return fontName == other.fontName &&

Callers 1

ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected