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

Method MakeAlias

scintilla/src/Style.cxx:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void FontAlias::MakeAlias(Font &fontOrigin) {
28 SetID(fontOrigin.GetID());
29}
30
31void FontAlias::ClearFont() {
32 SetID(0);

Callers 1

CopyMethod · 0.80

Calls 1

GetIDMethod · 0.45

Tested by

no test coverage detected